Actually, this should be enough

This commit is contained in:
DBotThePony 2023-02-10 16:51:22 +07:00
parent 685450da0c
commit 4ca63a0650
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -186,6 +186,18 @@ private class FakeSlot : MatterySlot(SimpleContainer(1), 0, 0, 0) {
override fun allowModification(p_150652_: Player): Boolean {
return false
}
override fun isActive(): Boolean {
return false
}
override fun getMaxStackSize(pStack: ItemStack): Int {
return 0
}
override fun getMaxStackSize(): Int {
return 0
}
}
class InventoryScrollPacket(val scroll: Int) : MatteryPacket {