Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lambdaurora/lambdabettergrass

A better grass mod for Minecraft.
https://github.com/lambdaurora/lambdabettergrass

better-grass better-snow java minecraft minecraft-mod quiltmc

Last synced: 4 days ago
JSON representation

A better grass mod for Minecraft.

Awesome Lists containing this project

README

        

# LambdaBetterGrass

![Java 17](https://img.shields.io/badge/language-Java%2017-9B599A.svg?style=flat-square)
[![GitHub license](https://img.shields.io/github/license/LambdAurora/LambdaBetterGrass?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/LambdaBetterGrass/1.19/LICENSE)
![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)
[![Mod loader: Quilt]][quilt]
![Version](https://img.shields.io/github/v/tag/LambdAurora/LambdaBetterGrass?label=version&style=flat-square)
[![CurseForge](http://cf.way2muchnoise.eu/title/400322.svg)](https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass)

An actual better grass and snow mod for Quilt.

## 📖 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](images/pack.png)

![Mountain with better grass on grass and snowy grass](images/better_grass.png)

![Warped forest with better grass](images/better_grass_warped_forest.png)

![Better snow](images/better_snow.png)

Better snow with the optional included resource pack:
![Optional better snow](images/better_snow_resource_pack.png)

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

![Optional better moss](images/better_moss.png)

Better "snow" system used for sculk vein, here with the optional included resource pack for custom fences:

![Optional better sculk vein](images/better_sculk_vein.png)

Configuration screen:
![Config screen](images/config_screen.png)

Searching other mods to replace OptiFine? [Check out this list!](https://lambdaurora.dev/optifine_alternatives)

## ✅ 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 [Quilted 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](https://lambdaurora.dev/projects/lambdabettergrass/documentation/).

## 📖 Compatibility

- [Sodium] is compatible only with [Indium] present.
- Canvas is compatible.
- ConnectedBlockTextures is compatible.
- Continuity is compatible.
- OptiFabric is obviously incompatible.

## Downloads



Modrinth



CurseForge



GitHub

[quilt]: https://quiltmc.org
[Mod loader: Quilt]: https://img.shields.io/badge/modloader-Quilt-9115ff?style=flat-square
[Quilted Fabric API]: https://modrinth.com/mod/qsl "Quilted Fabric API Modrinth page"
[ModMenu]: https://modrinth.com/mod/modmenu "ModMenu Modrinth page"
[Sodium]: https://modrinth.com/mod/sodium "Sodium Modrinth page"
[Indium]: https://modrinth.com/mod/indium "Indium Modrinth page"