Skip to content

Releases: AlmostReliable/lootjs

1.19.2-2.7.11

03 Apr 09:30
Compare
Choose a tag to compare

Fix

  • Fix item filters on forge. Moved the specific filters from last update to ForgeItemFilter.canPerformAnyAction() and ForgeItemFilter.canPerformAction().

1.19.2-2.7.10

02 Apr 12:29
Compare
Choose a tag to compare

Added

  • Added ItemFilter.canPerformAnyAction() and ItemFilter.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

30 Jan 18:32
Compare
Choose a tag to compare

Changed

  • Add structure tags #tag support in anyStructure() 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

08 Jan 13:31
Compare
Choose a tag to compare

Changed

  • Fix (#10)
  • Remove tag validation because of timing issues

1.19.2-2.7.7

23 Nov 13:57
Compare
Choose a tag to compare

Added

  • disableWitherStarDrop(), disableCreeperHeadDrop(), disableSkeletonHeadDrop(), disableZombieHeadDrop()

1.18.2-2.7.7

23 Nov 13:44
Compare
Choose a tag to compare

Added

  • disableWitherStarDrop(), disableCreeperHeadDrop(), disableSkeletonHeadDrop(), disableZombieHeadDrop()
  • Skip 2.7.6 as it's a 1.19 fix version

1.19.2-2.7.6

14 Nov 10:59
Compare
Choose a tag to compare

Changed

  • Bump KubeJS Version (#9)

1.19.2-2.7.5

17 Oct 16:53
Compare
Choose a tag to compare

Changed

  • Fix addBlockLootModifier when using tags

1.18.2-2.7.5

02 Sep 17:45
Compare
Choose a tag to compare

Changed

1.18.2-2.7.4

30 Jul 18:22
Compare
Choose a tag to compare

Changed

  • Fix invalid items result into an always true filter.
  • Change ItemFilter.hasEnchantment() so it works with regex and enchanted books.