LootTweaker

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

File Details

LootTweaker-0.2.0+MC1.12.2.jar

  • B
  • Jun 26, 2020
  • 90.76 KB
  • 1.7M
  • 1.12.2+2
  • Forge

File Name

LootTweaker-0.2.0+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:2988990")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

• Added loottweaker.LootTweaker, deprecating loottweaker.vanilla.loot.LootTables
• Implemented LootTweaker.newTable() for loot table creation
• Loot table dumping will now continue after encountering non-serialisable conditions & functions.
Non-serialisable conditions & functions are serialised in a best effort manner, and an error is logged.
• Non-vanilla loot entry types are now serialised in a best effort manner when dumping tables
• Non-vanilla loot entry types in modified tables no longer cause a crash.
• Duplicate pool/entry names in modified tables no longer cause a crash. Instead an error is logged (the mod author should still fix the duplicate names) and LootTweaker tries to fix the issue.
• Updated deprecation info URL
• Fixed /ct loottables target not sending a chat message for null loot tables
• Fixed addPool() not caching the created pool wrapper