Create/Load of Worlds with WorldPreset appears to work
This commit is contained in:
parent
409534e6f1
commit
416ff1644e
27 changed files with 187 additions and 195 deletions
|
@ -81,7 +81,7 @@ public class BCLib implements ModInitializer {
|
|||
VersionChecker.registerMod(MOD_ID);
|
||||
|
||||
|
||||
if (false && isDevEnvironment()) {
|
||||
if (true && isDevEnvironment()) {
|
||||
BCLBiome theYellow = BCLBiomeBuilder
|
||||
.start(makeID("the_yellow"))
|
||||
.precipitation(Biome.Precipitation.NONE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue