Rewrite world gen, in preperation for json based config files

This commit is contained in:
modmuss50 2020-08-02 15:41:28 +01:00
parent 46fe49ebe5
commit cfd9c7f10c
11 changed files with 312 additions and 283 deletions

View file

@ -91,7 +91,7 @@ public class TechReborn implements ModInitializer {
RecipeCrafter.soundHanlder = new ModSounds.SoundHandler();
}
ModLoot.init();
WorldGenerator.initBiomeFeatures();
WorldGenerator.initWorldGen();
FluidGeneratorRecipes.init();
//Force loads the block entities at the right time
TRBlockEntities.THERMAL_GEN.toString();