Better Grass¶
Grass on grass.¶
File location
/assets/minecraft/optifine/bettergrass.properties
Better Grass shows the side grass texture on grass blocks that are near other grass blocks.
When a Grass Block at the bottom is directly adjacent (north, east, south, or west) to a Grass Block above, the side texture of the top block will be replaced with the top-face Grass Block texture.
A showcase of various grasses and dirts.¶
Properties¶
- grass¶
- dirt_path¶
Enables Better Grass for grass path blocks.
- mycelium¶
- podzol¶
- crimson_nylium¶
Enables Better Grass for Crimson Nylium.
- warped_nylium¶
Enables Better Grass for Warped Nylium.
- grass.snow¶
Enables Better Grass for Grass Blocks that have a snow layer or snow block on top of them.
- mycelium.snow¶
Enables Better Grass for Mycelium that has a snow layer or snow block on top of them.
- podzol.snow¶
Enables Better Grass for Podzol that have a snow layer or snow block on top of them.
- grass.multilayer¶
Allows a transparent grass texture to be used as an overlay for the grass block's side. If enabled, a transparent grass texture can overlay it.
If enabled:
Layer 1:
grass_sideLayer 2:
grass(colored by biome)
- texture.grass¶
What texture to use for the top of a grass block that has Better Grass applied to it.
Note
This texture will be tinted (colored) by biome.
- texture.grass_side¶
What texture to use for the side of a grass block that has Better Grass applied to it.
- texture.dirt_path¶
What texture to use for the top of a dirt path block that has Better Grass applied to it.
- texture.dirt_path_side¶
What texture to use for the side of a dirt path block that has Better Grass applied to it.
- texture.mycelium¶
What texture to use for the top of a Mycelium block that has Better Grass applied to it.
- texture.podzol¶
What texture to use for the top of a Podzol block that has Better Grass applied to it.
- texture.crimson_nylium¶
What texture to use for the top of a Crimson Nylium block that has Better Grass applied to it.
- texture.warped_nylium¶
What texture to use for the top of a Warped Nylium block that has Better Grass applied to it.
- texture.snow¶
What texture to use for the top of a Snow block that has Better Grass applied to it.
Examples¶
Only Grass¶
mycelium=false
podzol=false
Not Grass¶
grass=false
dirt_path=false
crimson_nylium=false
warped_nylium=false
Texture for grass sides¶
texture.grass_side=block/redstone_block
texture.grass=block/emerald_block
Disable snowy blocks¶
grass.snow=false
mycelium.snow=false
podzol.snow=false