Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 months ago
All versions
0.4.0+1.18.2
Release
0.4.0+1.18.24 years ago 4,786
Compatibility
Minecraft: Java Edition
1.18.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Changes
Additions
- An info recipe category for assigning descriptions to items or groups of items
- A bind for clearing search, focused or not
- Proper Sodium compat for animated items
- Quick crafting no longer requires recipe context, it will attempt to infer based on inventory state. A new bind (shift by default) displays this inference
- A proper description of the recipe, including how to use it and the interactions
- Contextual assignment of recipes in the recipe tree, based on inventory, using shift left click
- Quick clearing of recipes in the recipe tree with shift right click
- Client-only recipe filling
- Synthetic favorites will now also display required materials instead of just crafting steps
Fixed
- Rare sidebar crash #75
- Tweaks to how miscraft prevention functions #65
- Filling properly using different sources for the same ingredient #19
- Various improper interactions with synthetic favorites
- Recipe filling increments instead of completely replacing
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:fRiHVvU7:RgQ7FrsH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fRiHVvU7:RgQ7FrsH"
}

