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