Skip to content

Commit

Permalink
Add forgotten player inventory slots to interface menu
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Apr 29, 2024
1 parent e9284e0 commit 92aeb53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class EMCInterfaceMenu extends AEBaseMenu {
public EMCInterfaceMenu(MenuType<?> menuType, int id, Inventory playerInventory, EMCInterfaceLogicHost host) {
super(menuType, id, playerInventory, host);
this.host = host;
createPlayerInventorySlots(playerInventory);

registerClientAction(ACTION_OPEN_SET_AMOUNT, Integer.class, this::openSetAmountMenu);

Expand Down

0 comments on commit 92aeb53

Please sign in to comment.