Skip to content

Commit

Permalink
fix: Painted travel anchor crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Dec 30, 2024
1 parent 657209e commit bb367e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public TravelAnchorMenu(int containerId, Inventory inventory, TravelAnchorBlockE

public TravelAnchorMenu(int containerId, Inventory playerInventory, RegistryFriendlyByteBuf buf) {
super(MachineMenus.TRAVEL_ANCHOR.get(), containerId, playerInventory, buf,
MachineBlockEntities.TRAVEL_ANCHOR.get());
MachineBlockEntities.TRAVEL_ANCHOR.get(), MachineBlockEntities.PAINTED_TRAVEL_ANCHOR.get());
addSlots();
}

Expand Down

0 comments on commit bb367e9

Please sign in to comment.