promotional bannermobile promotional banner

Thaumic Augmentation

Augmenting Thaumcraft 6 with a variety of fresh and familiar content

File Details

ThaumicAugmentation-1.12.2-2.1.14-api.jar

  • R
  • Jan 3, 2025
  • 452.46 KB
  • 13
  • 1.12.2
  • Forge

File Name

ThaumicAugmentation-1.12.2-2.1.14-api.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:thaumic-augmentation-319441:6047677")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

The following items have been deprecated for removal, and will be removed in the next non-patch (feature) release:

  • IImpetusNode#init (see note at end)
  • NodeHelper#validateOutputs (use NodeHelper#validate instead)
  • EntityInOuterLandsEvent
  • FluxRiftDestroyBlockEvent
    • Both of these have corresponding events in Thaumcraft Fix that should be used instead

IImpetusNode#init is being removed due to its intended usage apparently being unsafe. The intended usage was to connect newly loaded nodes to the impetus graph in TileEntity#init, but apparently the World is not guaranteed to be available when this is called. This is not specified in the documention, and is instead only in a Forge issue that was closed as a wontfix. The way to connect impetus nodes is to now call NodeHelper#validate in the tick callback of your tile. Technically, only one end of any given connection has to do this, although the Impetus graph will not transfer Impetus over that link until this is done.