Carpet

Carpet

2M Downloads

[BUG] Non-empty ShulkerBox can stack in player Inventory.

plusls opened this issue ยท 1 comments

commented

if (CarpetSettings.stackableShulkerBoxes && stack.getItem() instanceof BlockItem && ((BlockItem)stack.getItem()).getBlock() instanceof ShulkerBoxBlock)

I think it should use InventoryHelper.shulkerBoxHasItems to check empty shulkerbox.

commented

kinda useful, but kinda OP as well. Will adjust