Rewrite world gen, in preperation for json based config files
This commit is contained in:
parent
46fe49ebe5
commit
cfd9c7f10c
11 changed files with 312 additions and 283 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue