Skip to content

Commit

Permalink
Fix #884: Overdrive module not persisting/right clicked in a few mult…
Browse files Browse the repository at this point in the history
…iblocks (#885)
  • Loading branch information
Technici4n authored Sep 13, 2024
1 parent 3f61a81 commit 491045a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 491045a

Please sign in to comment.