mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
make color modifier default to vanilla
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public class VanillaBiomeProperties implements ConfigTemplate, Properties {
|
||||
|
||||
@Value("colors.modifier")
|
||||
@Default
|
||||
private GrassColorModifier modifier = GrassColorModifier.NONE;
|
||||
private GrassColorModifier modifier = null;
|
||||
|
||||
@Value("climate.precipitation")
|
||||
@Default
|
||||
|
||||
Reference in New Issue
Block a user