Fix Cloaking Device

This commit is contained in:
drcrazy 2019-12-17 17:36:24 +03:00
parent 1f0fa709bc
commit b298727563
4 changed files with 36 additions and 80 deletions

View file

@ -79,7 +79,6 @@ public class TechReborn implements ModInitializer {
//Force loads the block entities at the right time
TRBlockEntities.THERMAL_GEN.toString();
// Scrapbox
if (TechRebornConfig.dispenseScrapboxes) {
DispenserBlock.registerBehavior(TRContent.SCRAP_BOX, new BehaviorDispenseScrapbox());