mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 15:26:02 +00:00
make color modifier default to vanilla
This commit is contained in:
@@ -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