Tags
Creators
Details
1.20.1-1.1.1
Compatibility
Changes
added caminite button
added solidified metal block which is created when molten metal collides with water
added large caminite bricks
added blacklist tags for repairing and breakdown recipes
ported gear stamp
ported large archaic bricks from soot
ported raw caminite block from soot
ported caminite large tile from soot
ported caminite tiles from soot
ported sealed planks
ported reinforced sealed planks
ported sealed wood tile from soot
ported sealed wood pillar from soot
ported sealed wood keg from soot
ported metal platform from soot
organized creative tab in a way that makes more sense
a handheld tinkers lens now tages priority over the tinkers blindness augment
caminite rings now place in the center when placed on the edge of a 3x3 multiblock
ingot textures have been modified to be more consistent with the new vanilla ingots
removed debug message when player kills a mob
fixed non dawnstone tools not working with certain augments
fixed exception when a mod tries to get items from a tag before tags are loaded
fixed alchemical notes using the item frame display in the mnemonic inscriber
fixed crystal cell and field chart glowing parts not rendering on fabulous graphics
fixed resonating bell particles causing other particles to become x-ray
fixed tinkers sight and blindness augments not affecting pipe particles
fixed 3x3 multiblocks dropping when broken in creative
Optional dependencies
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:eMWmEr1R:Se0nBtlw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eMWmEr1R:Se0nBtlw"
}

