Added
- Added
ItemFilter.canPerformAnyAction()andItemFilter.canPerformAction()for Forge to check if an item can perform a tool action.
Fix
- Fix crash when trying to remove global modifiers from forge
Changed
- Add structure tags
#tagsupport inanyStructure()condition - Remove structure id validation in
anyStructure()because of timing issues ... :') - Fix load issue on fabric (Should fix weird null pointer exception on fabric)
Added
disableWitherStarDrop(),disableCreeperHeadDrop(),disableSkeletonHeadDrop(),disableZombieHeadDrop()
Added
disableWitherStarDrop(),disableCreeperHeadDrop(),disableSkeletonHeadDrop(),disableZombieHeadDrop()- Skip 2.7.6 as it's a 1.19 fix version
Changed
- Fix
addBlockLootModifierwhen using tags
Changed
Changed
- Fix invalid items result into an always true filter.
- Change
ItemFilter.hasEnchantment()so it works with regex and enchanted books.
Changed
- Fix loot context check for params when loot is rolled multiple times.

