
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
Neoforge 1.21.1 Create 6.0.x [1.0.1] - 2024-12-09
Performance
Major FPS improvements - Fixed performance issues that could cause lag when using multiple crushing wheels Smarter wheel detection - The mod now only does work for wheels you've actually linked, leaving unlinked wheels untouched
Bug Fixes
Fixed wheel linking - Wheels can now be properly linked when facing each other correctly (with a 1-block gap between them) Fixed highlight staying on screen - Breaking a wheel during the linking process now properly cancels the link and removes the highlight Fixed a crash - Resolved an issue that could cause the game to crash when loading
Quality of Life
Red highlights are back - Nearby wheels that can't be linked now show a red outline, helping you understand which wheels are valid targets Better error messages - When linking fails, you'll now see a helpful message explaining why (e.g., wheels facing different directions)
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:lQhoWNnB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pd8eLyMu:lQhoWNnB"
}
