promotional bannermobile promotional banner

Create: Configurable Machine Outputs

Take control of your Create automation! This mod lets you choose which recipe your machines use when multiple addons create conflicts, ensuring predictable and reliable automated systems. Currently supports crushing wheels, with more machines on the way

File Details

crushingwheelrecipeselector-1.21.1-1.0.0

  • B
  • Dec 9, 2025
  • 70.87 KB
  • 56
  • 1.21.1
  • NeoForge

File Name

crushingwheelrecipeselector-1.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:create-configurable-crushing-wheel-1400987:7311175"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.0.0] - 2024-12-09

Initial Release

The first release of Crushing Wheel Recipe Selector - a mod that gives players control over which recipes their crushing wheels use when multiple mods add conflicting recipes for the same input item.

Features

Wheel Linking System

  • Pair-based linking: Link two crushing wheels together using a wrench
  • Visual feedback: Green highlights show valid link targets, red highlights show wheels that are too far apart
  • Particle effects: Success particles when linking completes, error particles when linking fails
  • Distance validation: Wheels must be within 2 blocks of each other to link

Recipe Selection GUI

  • Item Grid Screen: Shows all items that have conflicting crushing recipes
  • Recipe Detail Screen: View and select from available recipes for each item
  • JEI-style rendering: Clean item display with proper lighting and scaling
  • Visual indicators: Checkmarks show currently selected recipes, badges show number of conflicts

Persistence & Synchronization

  • World-saved data: Recipe preferences are saved per-world and persist across sessions
  • Client-server sync: Selections synchronize properly in multiplayer
  • Group-based preferences: Linked wheel pairs share recipe preferences

Recipe Filtering

  • Mixin injection: Intercepts Create's recipe selection to apply your preferences
  • Automatic conflict detection: Scans all loaded mods for crushing recipe conflicts
  • Duplicate filtering: Ignores recipes that produce identical outputs

Controls

Action Result
Right-click unlinked wheel with wrench Start linking process
Right-click second wheel Complete link (if within range)
Right-click linked wheel with wrench Open recipe selector GUI
Shift + Right-click with wrench Create's default behavior (pickup)

Compatibility

Requirement Version
Minecraft 1.21.1
Java 21
Mod Loader NeoForge
Create 6.0.6+

Dependencies

Required:

  • NeoForge for Minecraft 1.21.1
  • Create 6.0.6 or higher

Known Limitations

  • Only works with Create's crushing wheel recipes (not millstone)
  • Wheels must be linked before recipe preferences can be set
  • Breaking either wheel in a linked pair unlinks both wheels

Versioning

This project follows Semantic Versioning:

  • MAJOR: Incompatible API changes
  • MINOR: New features (backwards compatible)
  • PATCH: Bug fixes (backwards compatible)