Set the UseUnstable...Config to true by default for now

This commit is contained in:
tom lee
2021-12-19 21:39:51 +08:00
parent 903f166041
commit e2ec80134e
@@ -162,9 +162,10 @@ public class Config extends ConfigGui
@Entry
public static DistanceGenerationMode distanceGenerationMode = IWorldGenerator.DISTANCE_GENERATION_MODE_DEFAULT;
// FIXME: Temperary override. In 1.18, the newer Unstable gnerator is more usable
@Category("client.worldGenerator")
@Entry
public static boolean allowUnstableFeatureGeneration = IWorldGenerator.ALLOW_UNSTABLE_FEATURE_GENERATION_DEFAULT;
public static boolean allowUnstableFeatureGeneration = true;//IWorldGenerator.ALLOW_UNSTABLE_FEATURE_GENERATION_DEFAULT;
@Category("client.worldGenerator")
@Entry