Add missing addStorageSlot call

This commit is contained in:
DBotThePony 2023-08-20 21:20:56 +07:00
parent bd8e350d10
commit 4c94e92b90
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class CargoCrateMenu(
tile?.onPlayerOpen()
}
addStorageSlot(storageSlots)
addInventorySlots()
}

View File

@ -30,6 +30,7 @@ class MinecartCargoCrateMenu(
cart?.onPlayerOpen()
}
addStorageSlot(storageSlots)
addInventorySlots()
}