1.1.0+1.21.6-10
Compatibility
Required content
Changes
Hey ya'll, I updated the mod again!
- Added a config to the X and Y positions of the calculator UI element so now you can move it to whereever you'd like to (due to that the mod now requires YACL and ModMenu to run)
- Fixed the calculation not displaying in REI's crafting helper GUI
- Fixes a rare crash when gameMode is null, presumably during world changes. (thanks lunaynx for fixing that).
- Updated the mod to say it also works in 1.21.9-10 (it always did it just never said so, I recently updated it on the modrinth page but now it just says so here too)
- Fixed this version of the mod not actually working with versions above 1.21.6.
If any issues pop up during gameplay that weren't caught during testing, please report back to me, either on github or directly to my discord at "bigbou."
Thanks for everyone who uses it, never expected it to get so many downloads!
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:42tSijuX:aWCIqrZA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:42tSijuX:aWCIqrZA"
}

