promotional bannermobile promotional banner

ThaumicAPI

A library mod used to standardize and expand a large number of previously hardcoded features in Thaumcraft 6.

File Details

1.1.0

  • R
  • Jun 11, 2026
  • 129.93 KB
  • 729
  • 1.12.2
  • Forge

File Name

thaumicapi-1.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Changelog

[1.1.0]

Added

  • Added NBTTagCompound support for Vis Discount items
  • Added vis discount support for items held in mainhand or offhand
  • Added helper method for adding Vis Discount to items ThaumicAPI#addWarpingToStack(ItemStack, int) or by adding the TC.VISDISCOUNT integer NBT tag to the ItemStack tag compound
  • Added helper method for adding Warping to items ThaumicAPI#addVisDiscountToStack(ItemStack, int)

[1.0.2]

Fixed

  • Fixed edge case Warp Event crash

[1.0.1]

Fixed

  • Fixed JEI crash with Modular Machinery: Community Edition

[1.0.0]

Added

  • Initial Release