Allow to quickly move items from curio slots
This commit is contained in:
parent
d8eef6db10
commit
1fed86db80
@ -87,7 +87,12 @@ class ExoSuitInventoryMenu(val capability: MatteryPlayerCapability) : MatteryMen
|
||||
init {
|
||||
for ((a, b) in curiosSlots) {
|
||||
addSlot(a)
|
||||
if (b != null) addSlot(b)
|
||||
storage2Inventory(a)
|
||||
|
||||
if (b != null) {
|
||||
addSlot(b)
|
||||
storage2Inventory(b)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user