Disabled test Biomes

This commit is contained in:
Frank 2022-06-24 02:15:55 +02:00
parent fb19ebaae6
commit 427d6dbdfd

View file

@ -70,7 +70,7 @@ public class BCLib implements ModInitializer {
PlacementModifiers.ensureStaticInitialization(); PlacementModifiers.ensureStaticInitialization();
Configs.save(); Configs.save();
if (isDevEnvironment()) { if (false && isDevEnvironment()) {
BCLBiome theYellow = BCLBiomeBuilder BCLBiome theYellow = BCLBiomeBuilder
.start(makeID("the_yellow")) .start(makeID("the_yellow"))
.precipitation(Biome.Precipitation.NONE) .precipitation(Biome.Precipitation.NONE)