diff --git a/src/main/java/aztech/modern_industrialization/machines/blockentities/multiblocks/ElectricCraftingMultiblockBlockEntity.java b/src/main/java/aztech/modern_industrialization/machines/blockentities/multiblocks/ElectricCraftingMultiblockBlockEntity.java index 51f6377d1..f756b9e56 100644 --- a/src/main/java/aztech/modern_industrialization/machines/blockentities/multiblocks/ElectricCraftingMultiblockBlockEntity.java +++ b/src/main/java/aztech/modern_industrialization/machines/blockentities/multiblocks/ElectricCraftingMultiblockBlockEntity.java @@ -37,7 +37,7 @@ public ElectricCraftingMultiblockBlockEntity(BEP bep, String name, ShapeTemplate this.recipeType = recipeType; this.upgrades = new UpgradeComponent(); this.overdrive = new OverdriveComponent(); - this.registerComponents(upgrades); + this.registerComponents(upgrades, overdrive); registerGuiComponent(new SlotPanel.Server(this) .withRedstoneControl(redstoneControl) .withUpgrades(upgrades)