
Create: Configurable Machine Outputs
Take control of your create machinery automation! This mod lets you choose which recipe your millstones, crushing wheels and presses use when multiple addons create conflicting recipes, ensuring predictable and reliable automated systems.
1.0.1
Compatibility
Changes
Changelog
1.0.1
Now available for Forge 1.20.1!
What does this mod do?
When multiple mods add different crushing wheel recipes for the same item, Minecraft just picks one randomly. This mod lets you choose which recipe you want.
Simply right-click a crushing wheel with a wrench to link a pair, then right-click again to open the recipe selector. Pick your preferred output for each item, and the crushing wheels will always use your choice.
Supported Versions Forge 1.20.1
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:pd8eLyMu:3tjw7GFV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pd8eLyMu:3tjw7GFV"
}
