fabric/fabric-transfer-api-v1/src
Jonathan Coates c4b89cc4a6
Fix shulker boxes accepting other shulkers when using a directionless InventoryStorage (#2669)
* Fix shulker boxes accepting other shulkers

If a mod creates a directionless InventoryStorage, it only calls
Inventory.isValid and not SidedInventory.canInsert. However, shulker
boxes only override the latter, allowing shulkers to be inserted into
them.

* Check for insertion in inventorySlotWrapper instead
2022-11-20 13:19:18 +00:00
..
client/java/net/fabricmc/fabric/api/transfer/v1/client/fluid Fix many javadoc issues (#2526) 2022-09-25 14:45:12 +01:00
main Fix shulker boxes accepting other shulkers when using a directionless InventoryStorage (#2669) 2022-11-20 13:19:18 +00:00
testmod Fix shulker boxes accepting other shulkers when using a directionless InventoryStorage (#2669) 2022-11-20 13:19:18 +00:00