Fix
- Fix bug where loot does not drop for entities on fabric
Changed
- 1.20.1 Release
Changed
- Fix bug where loot does not drop if CraftTweaker is installed together with LootJS on fabric
Changed
- Update to KubeJS 6.1
Added
- Added
LootEntry.when()
andblockEntityPredicate
Fix
- Fix item filters on forge. Moved the specific filters from last update to
ForgeItemFilter.canPerformAnyAction()
andForgeItemFilter.canPerformAction()
.
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
#tag
support 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()