A better grass mod for Minecraft.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
LambdAurora d90d61b19f
Merge branch '1.17' of github.com:LambdAurora/LambdaBetterGrass into 1.17
3 years ago
.github/workflows Update build tools. 3 years ago
datagen Update SpruceUI, fix a lot of stuff, improve data structure, closes #25, closes #17. 3 years ago
documentation Update SpruceUI, fix a lot of stuff, improve data structure, closes #25, closes #17. 3 years ago
gradle/wrapper Update build tools. 3 years ago
images Update README. 3 years ago
src/main Merge branch '1.17' of github.com:LambdAurora/LambdaBetterGrass into 1.17 3 years ago
.gitignore Update to 21w20a and Java 16. 3 years ago
CHANGELOG.md Fix layer block detection in better snow. 3 years ago
HEADER Use Quilt licenser, update license header. 3 years ago
LICENSE LambdaBetterGrass 1.0.2: update SpruceUI and tweak stuff. 4 years ago
README.md Fix README.md spelling (#23) 3 years ago
build.gradle Use Quilt licenser, update license header. 3 years ago
gradle.properties Fix layer block detection in better snow. 3 years ago
gradlew Update SpruceUI, fix a lot of stuff, improve data structure, closes #25, closes #17. 3 years ago
gradlew.bat Update buildscript and add github actions. 4 years ago
icon_400.png Add built-in resource packs, lot of changes and moved documentation. 4 years ago
settings.gradle Reindented code. 3 years ago

README.md

LambdaBetterGrass

Java 16 GitHub license Environment: Client Mod loader: Fabric Version CurseForge

An actual better grass and snow mod for Fabric.

📖 What's this mod?

Have you ever used the MCPatcher/OptiFine better grass feature? I did, and I didn't like it at all. The main issue is that it's too rough even at Fancy settings. That's why I made my own mod to fix this issue and provide an alternative to one of the OptiFine features on the Fabric ecosystem! Grass blocks will now connect, and the nearby grass blocks will be smoothed.

pack.png with better grass

mountain with better grass on grass and snowy grass

Warped forest with better grass

Better snow

Better snow with the optional included resource pack: Optional better snow

Better "snow" with the optional included resource pack in lush caves (credits to cavebiomes by SuperCoder79):

Optional better moss

Configuration screen: config screen

Searching other mods to replace OptiFine? Check out this list!

Features:

  • Connect grass blocks
  • Connect mycelium blocks
  • Connect podzol blocks
  • Connect grass path blocks
  • Connect crimson nylium blocks
  • Connect warped nylium blocks
  • Add snow layer to many non-full blocks when Better Snow is enabled
  • Add moss layer to many non-full blocks when Better Snow is enabled
  • Add an optional built-in resource pack to have snowy fences.
  • API for resource pack creators and modders to add new block connection following the better grass rule or new alternate models for blocks following the better snow rule.
  • And more!

📖 Usage

Using this mod is very simple!

Install it in your mods folder along with Fabric API and ModMenu.

You will notice that some blocks like grass blocks will connect together, if you want to try other options or want to have the same look as OptiFine you can look into the settings screen of the mod via ModMenu.

Build

Just do ./gradlew shadowRemapJar and everything should build just fine!

For resource packs creators and developers

Please check out this documentation.

📖 Compatibility

  • Sodium is currently incompatible as it is missing the required Fabric Rendering API implementation which will be added in the future.
  • Canvas is compatible.
  • ConnectedBlockTextures is compatible.
  • OptiFabric is obviously incompatible.