Skip to content

Commit 74657e9

Browse files
committed
Fix #884: Overdrive module not persisting/right clicked in a few multiblocks
1 parent 3f61a81 commit 74657e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/aztech/modern_industrialization/machines/blockentities/multiblocks/ElectricCraftingMultiblockBlockEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ElectricCraftingMultiblockBlockEntity(BEP bep, String name, ShapeTemplate
3737
this.recipeType = recipeType;
3838
this.upgrades = new UpgradeComponent();
3939
this.overdrive = new OverdriveComponent();
40-
this.registerComponents(upgrades);
40+
this.registerComponents(upgrades, overdrive);
4141
registerGuiComponent(new SlotPanel.Server(this)
4242
.withRedstoneControl(redstoneControl)
4343
.withUpgrades(upgrades)

0 commit comments

Comments
 (0)