LootTweaker

A CraftTweaker addon that allows loot tables to be edited with ZenScript

File Details

LootTweaker-0.3.3+MC1.12.2.jar

  • R
  • Feb 9, 2024
  • 118.19 KB
  • 85.1K
  • 1.12.2+2
  • Forge

File Name

LootTweaker-0.3.3+MC1.12.2.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:loottweaker-255257:5092247")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.3.3:

  • Fixed startup/world load/other crash due to LootEntry accessor method handles not initializing

0.3.2:

  • Compatibility with ShadowsOfFire's Placebo loot system
  • Altered network checker to better report issues to the user
  • Improved best-effort loot entry serialiser
  • Use custom loot entry serialisation, if it exists
  • Fixed vanilla bug: Bonus rolls are not serialised unless both min and max are non-zero
  • Added missing deprecation warnings for Conditions.parse() & Functions.parse()
  • Removed deprecated methods (getTableUnchecked, ___Helper methods, and ___Json methods)
  • Preserve pool and entry order when transforming between LootTweaker & vanilla data structures
  • Error when min > max for certain loot functions