Skip to content

Loot Tables

TheCodex6824 edited this page Sep 23, 2020 · 1 revision

Most of the drops / loot in Thaumic Augmentation is configurable through standard Minecraft loot tables. This page will describe what is available and how to edit the tables - it is not a guide on writing them. For that, see the wiki.

Available Tables

  • Common loot (urns in block/ and pedestals in generic/)
  • Uncommon loot
  • Rare loot
  • Autocaster drops (foci always drop)
  • Eldritch Autocaster drops (foci drop not configurable yet)
  • Thaumic Augmentation versions of Thaumcraft enemies (normal Thaumcraft versions are unchanged):
    • Eldritch Guardian
    • Eldritch Warden
    • Eldritch Construct
  • Primordial Wisp
  • Generic table applied to all taint enemies

Editing the Tables

Unfortunately, Minecraft 1.12 lacks data packs. Because of this, server-side resource overrides must be placed in the "data" folder in the world directory. For loot tables, this means placing them under "/data/thaumicaugmentation/loot_tables/". As an example, the path of the common urn loot file would be "/data/thaumicaugmentation/loot_tables/block/loot_common.json".

Clone this wiki locally