Change default grass side rendering to fade_to_dirt

This commit is contained in:
James Seibel
2024-04-20 19:00:33 -05:00
parent 88ff9e7cde
commit 10014d3729
@@ -646,7 +646,7 @@ public class Config
.build();
public static ConfigEntry<EDhApiGrassSideRendering> grassSideRendering = new ConfigEntry.Builder<EDhApiGrassSideRendering>()
.set(EDhApiGrassSideRendering.AS_DIRT)
.set(EDhApiGrassSideRendering.FADE_TO_DIRT)
.comment(""
+ "How should the sides and bottom of grass block LODs render? \n"
+ "\n"