Links
Tags
Creators
Details
3.12.2
Compatibility
Required content
Changes
Continuum Construct 26.1.2-3.12.2 This release restores wings and the enderman mask on Tinkers armor, lets tools that reuse a part swap either copy, and repairs tanks, lanterns, enchantment converting, and the creative slot icons. Fixes
- Chestplates with wings glide again. NeoForge 26.1 dropped the old elytra item hooks, so a chestplate now carries the vanilla glider component whenever the elytra flag is set and the tool is not broken.
- The enderman mask once again stops endermen (and other gaze attacks) from aggroing, using the renamed NeoForge gaze-disguise hook.
- Tools that use the same part twice, such as a hammer's two large plates, can swap either copy at the Tinker Station or anvil instead of only the first one filled.
- Tinkers custom sound events are registered again.
- Drained tanks and emptied Tinkers chests no longer drop the fluid or items they were placed with (#23).
- Enchantment converting at the modifier worktable works again. The enchantment-to-modifier map is synced to clients and keyed by registry key (#25).
- Creative modifier slots show their upgrade, ability, defense, soul, and slotless icons in JEI and the creative tab (#24).
- The blazing blood and manyullyn lantern advancements trigger again. They now match the fluid format tanks actually write, and the lantern challenge still needs a full stack of 64.
- Filled lanterns keep their fluid when placed, render it in world, and can be filled from a casting table, basin, faucet, or fluid container.
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:e0tUZE5Y:FqmsUp9C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e0tUZE5Y:FqmsUp9C"
}

