#betaBuild fix BE's not being loaded at the correct time

This commit is contained in:
modmuss50 2019-08-08 21:18:48 +01:00
parent e0fb6042d8
commit 2ba06391f5

View file

@ -77,6 +77,8 @@ public class TechReborn implements ModInitializer {
GuiHandler.register(); GuiHandler.register();
FluidGeneratorRecipes.init(); FluidGeneratorRecipes.init();
FusionReactorRecipes.init(); FusionReactorRecipes.init();
//Force loads the block entities at the right time
TRBlockEntities.THERMAL_GEN.toString();
// Scrapbox // Scrapbox