#betaBuild fix BE's not being loaded at the correct time
This commit is contained in:
parent
e0fb6042d8
commit
2ba06391f5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue