Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
2.1.0
Release
v2.1.0 ~ Neoforge 1.21.117 months ago 1,098
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Required content
Changes
- Added native compatibility with Enderscape. You can now trim your tools with the Stasis pattern and get a texture unique from all vanilla patterns.
- You'll find diamond tools with the Stasis trim in End City vaults, if you're lucky!
- Reduced the number of errors thrown in the log file when unsupported trim patterns exist by ~98%.
- The number of errors for an unsupported trim pattern by default is now 5, not 250.
- Missing trim textures now result in the tool looking as if it has no trim, rather than being the magenta and black error cube.
- Removed the config file. Defining patterns, materials and tool types the game should generate textures for is now fully resource-pack driven.
- This means it is now possible for mods to implement compatibility with their custom tool tiers and tool types on their own, without needing the user to modify their Trimmable Tools config file.
- A guide on the Github is available here, with a Misode generator for the file on the page.
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:MJu3fF3K:vJojmZED"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJu3fF3K:vJojmZED"
}


