Disabled test Biomes
This commit is contained in:
parent
fb19ebaae6
commit
427d6dbdfd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue