Improve how shulker boxes are dropped
josephcsible opened this issue ยท 0 comments
The way vanilla shulker boxes are dropped is pretty awful. Basically every mod with any sort of block breaker needs to special-case them to avoid dupe bugs. Our shulker boxes currently copy that flaw, meaning any such mod currently needs to special case us as well. To fix this, we should move the drop logic to getDrops where it belongs, instead of messing with breakBlock and dropBlockAsItemWithChance.