All versions
2.2.2+packaged
Release
For Modloaders v2.2.22 years ago 38.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Changes
v2.2.2 Changelog
- Tool Trim Smithing Templates item names have been adjusted to match vanilla Smithing Templates.
- GUI slots on the Toolsmithing Table no longer show a tooltip.
- Now, Hopper Minecarts that have been deactivated by a Toolsmithing Table activate again once they're far from it.
- Added support for 3 languages:
- Polski (Polska)
- Русский (Россия)
- Українська (Україна)
- The "uninstall" function has been removed due to its inefficiency:
- Added the function "fixes/remove_scoreboards" which was part of the "uninstall" function before.
- No longer supports versions 1.20.x
- Support for 1.21.3
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:uXeEiQk1:1xFynCV9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXeEiQk1:1xFynCV9"
}

