Skip to content

Commit

Permalink
Crusher Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fureniku committed Feb 24, 2024
1 parent 093a873 commit c1e043d
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -26,6 +26,10 @@ public CrusherMenu(int containerId, Inventory playerInv, IItemHandler dataInvent
this.addSlot(new SlotItemHandler(dataInventory,0, 10, 10));
}

public CrusherMenu(int containerId, Inventory inventory, FriendlyByteBuf friendlyByteBuf) {
super(CrusherEntityBlock.MENU_TYPE.get(), containerId);
}

@Override
public ItemStack quickMoveStack(Player player, int p_38942_) {
return null;
Expand Down

0 comments on commit c1e043d

Please sign in to comment.