LootTweaker

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

File Details

LootTweaker-0.4.0+MC1.12.2.jar

  • R
  • May 26, 2024
  • 135.34 KB
  • 5.8K
  • 1.12.2
  • Forge

File Name

LootTweaker-0.4.0+MC1.12.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Many of the new features require Mixin. You must add a Mixin loader such as MixinBootstrap to your mods folder, or Minecraft will crash with Unable to launch java.lang.ClassNotFoundException: org.spongepowered.asm.launch.MixinTweaker as the error.

Changelog:

  • Added tab complete support to /ct loottables
  • Improved command help
  • Added /ct loottables generate to conveniently create a chest or summon an entity with a particular loot table
  • Enabled /ct loottables target to determine loot tables of already generated containers
  • Added loot table ID to dumped loot table JSONs for convenience
  • Improved automatic resolution of common incorrect loot (e.g. duplicate entry names) in other mods
  • Registered all classes that were under loottweaker.vanilla.loot under loottweaker as well, e.g. loottweaker.vanilla.loot.LootTable is now also available as loottweaker.LootTable. loottweaker should be preferred over loottweaker.vanilla.loot, but both will work.
  • Added logging to crafttweaker.log when other mods potentially alter loot after LootTweaker (MODNAME listens to LootTableLoadEvent at lowest priority. Any loot added by MODNAME cannot be edited by LootTweaker.)