new feature: generate short grass texture

This commit is contained in:
octarine-noise
2014-07-28 18:06:09 +02:00
parent ad83a511fb
commit d4963ec173
6 changed files with 94 additions and 7 deletions

View File

@@ -11,6 +11,9 @@ public class BetterFoliageConfig extends ConfigBase {
@CfgElement(category="grass", key="enabled")
public boolean grassEnabled = true;
@CfgElement(category="grass", key="useGenerated")
public boolean grassUseGenerated = false;
@CfgElement(category="cactus", key="enabled")
public boolean cactusEnabled = true;