added config option for rendering Round Logs with unknown axis

added Tangle Logs to the default whitelist
This commit is contained in:
octarine-noise
2016-01-30 12:08:33 +01:00
parent 4fdabbaf69
commit 35ce80c602
5 changed files with 14 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ object Config : DelegatingConfig(BetterFoliageMod.MOD_ID, BetterFoliageMod.DOMAI
val lenientConnect by boolean(true)
val connectPerpendicular by boolean(true)
val connectGrass by boolean(true)
val defaultY by boolean(false)
val zProtection by double(min = 0.9, default = 0.99)
}