Add missing addStorageSlot call
This commit is contained in:
parent
bd8e350d10
commit
4c94e92b90
@ -31,6 +31,7 @@ class CargoCrateMenu(
|
||||
tile?.onPlayerOpen()
|
||||
}
|
||||
|
||||
addStorageSlot(storageSlots)
|
||||
addInventorySlots()
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,7 @@ class MinecartCargoCrateMenu(
|
||||
cart?.onPlayerOpen()
|
||||
}
|
||||
|
||||
addStorageSlot(storageSlots)
|
||||
addInventorySlots()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user