Tags
Creators
Details
1.7.2
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This hotfix improves template loading reliability when a saved template cannot be fully loaded due to missing materials.
Fixed
- Fixed an issue where loading a template with missing materials could leave a partially filled crafting grid
- Fixed failed template loads so they now properly roll back instead of keeping incomplete ingredients in the grid
- Fixed template loading behavior by relying on Tom’s Storage’s native fill logic instead of unstable custom material prechecks
Improved
- Improved template loading reliability with Tom’s Storage
- Improved failure handling when a template cannot be loaded completely
- Improved consistency between the failure message and the actual crafting grid state
Notes
- If enough materials are available, the template loads normally
- If not enough materials are available, the template fails cleanly and does not leave a partial grid
- This update does not change saved template data
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:bmJygyO3:CE8Gp4Hs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bmJygyO3:CE8Gp4Hs"
}


