Skip to content

ProNoob135/LambdaBetterGrass

 
 

Repository files navigation

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.
  • LambdaControls is incompatible with the latest version. Use LambdaBetterGrass version 1.2.1 instead.

Packages

 
 
 

Languages

  • Java 96.4%
  • JavaScript 3.6%