Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
12.7.9
Release
[1.12.2] ThaumicAdditions - 12.7.92 years ago 14.2K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- Added getPickBlock to BlockJar, and getRGBDurabilityForDisplay to BlockJarItem. Update bane_of_arthropods.png sprite, added JarData for universal access to jar storage
- Flattened shadow enchanter spaghetti code.
- Fix crystal crusher potential log spam.
- More data types to give more freedom to addon devs.
- Temporary sprite for bane of arthropods.
- Add compatibility with Thaumic Augmentation's tiered gauntlets.
- Compress some large textures, add compatibility with Thaumic Augmentation's Impetus Mirror; Fix mithminite jar suction dropping when reaching 250; Added compatibility with IceAndFire and Fossils and Archeology: Revival.
- Bane of arthropods enchantment added in (no texture yet); Arcane cake is picked in creative mode properly; Scanning sky with vis scribing tools works as intended;
- More methods from EssentiaHandler get patched with null check for aspect!
- Aux smelter pumps and vents are now placeable on custom smelters. Jars as items may now take more than 250 essentia when used on alembic. Arcane Cake now requires primordial pearl research. Version checking has been fixed.
- Remove usage on particle type creation as it didn't work properly.
- Fixed a bunch of bugs and few crashes.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Fi4BbtaL:MioQD5tg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fi4BbtaL:MioQD5tg"
}

