Option to skip rendering of hidden extra leaves

This commit is contained in:
octarine-noise
2019-12-21 14:37:20 +01:00
parent 20da2a27bd
commit d0265483d2
3 changed files with 5 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ object Config : DelegatingConfig(BetterFoliageMod.MOD_ID, BetterFoliageMod.DOMAI
val vOffset by double(max=0.4, default=0.1).lang("vOffset")
val size by double(min=0.75, max=2.5, default=1.4).lang("size")
val dense by boolean(false)
val hideInternal by boolean(true)
}
object shortGrass {