Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
15.8.0.10
Beta
15.8.0.10 for Forge 1.20.12 years ago 4,824
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
- Version 15.8.0 - mezz
- Add tooltip to show tag ingredient details (#3591) - vfyjxf
- Add hotkeys to craft bookmarks directly - mezz
- improve tooltip text - mezz
- Show recipe previews on bookmark tooltips (#3582) - vfyjxf
- Fix recipe and bookmark deserialization by string uids - mezz
- Close #3583 Close #3584 Drag and drop to reorder bookmarks. Bookmarks can only be removed from the bookmark list. - mezz
- Fix edge cases in recipe layout positioning - mezz
- Prevent centering recipe layouts when there are fewer than the maximum number per page - mezz
- Performance optimizations - mezz
- minor cleanup - mezz
- Support sorting recipes so that bookmarked and craftable recipes are shown first - mezz
- improve CycleTimer memory usage - mezz
- Fix loading configs when a list config value is empty - mezz
- Prevent loading config files that were just saved - mezz
- Fix #3577 Prevent crash when mods specify an invalid plugin entrypoint - mezz
- Dynamically resize the recipe gui to display wide recipes as neatly as possible - mezz
- Close #3552 allow incomplete smithing recipes to be displayed - mezz
- Normalize ingredients used in Info recipes and as Catalysts - mezz
- Add support for bookmarking recipes (#3574) - James Mitchell
- use jetbrains Nullable consistently - mezz
- Improve smithing table recipe category assets - mezz
- Improve error messages when using unregistered recipe types - mezz
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:u6dRKJwZ:YdHU8QDT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:YdHU8QDT"
}

