File Details
ThaumicAugmentation-1.12.2-2.0.2-api.jar
- B
- Jul 27, 2020
- 429.59 KB
- 17
- 1.12.2
- Forge
File Name
ThaumicAugmentation-1.12.2-2.0.2-api.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Originally, I was planning to hold off on API-breaking changes until the next Minecraft version Augmentation updates to. Given that there is a very real possibility of that never happening with TC being in limbo, I decided to handle all of that now.
The major notable changes are:
- Everything referring to "RiftEnergy" or similar is now called Impetus
- Ward Authenticators are now a capability instead of raw item interface - check ItemKey for an example of how to migrate existing data over
- FluxRiftImpetusStorage has been tweaked to use new 2.0 values
There is also a RecipeFactory implemented for Arcane Table recipes. This can be used to create these recipes in JSON, like vanilla recipes. Unfortunately, this does not extend to Infusion or Alchemy recipes.

