Releases: AlmostReliable/lootjs
Releases · AlmostReliable/lootjs
1.19.2-2.7.11
Fix
- Fix item filters on forge. Moved the specific filters from last update to
ForgeItemFilter.canPerformAnyAction()
andForgeItemFilter.canPerformAction()
.
1.19.2-2.7.10
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
1.19.2-2.7.9
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)
1.19.2-2.7.8
Changed
- Fix (#10)
- Remove tag validation because of timing issues
1.19.2-2.7.7
Added
disableWitherStarDrop()
,disableCreeperHeadDrop()
,disableSkeletonHeadDrop()
,disableZombieHeadDrop()
1.18.2-2.7.7
Added
disableWitherStarDrop()
,disableCreeperHeadDrop()
,disableSkeletonHeadDrop()
,disableZombieHeadDrop()
- Skip 2.7.6 as it's a 1.19 fix version
1.19.2-2.7.6
Changed
- Bump KubeJS Version (#9)
1.19.2-2.7.5
Changed
- Fix
addBlockLootModifier
when using tags
1.18.2-2.7.5
Changed
1.18.2-2.7.4
Changed
- Fix invalid items result into an always true filter.
- Change
ItemFilter.hasEnchantment()
so it works with regex and enchanted books.