Predictable Crafting
A client-side Fabric mod that modifies Minecraft's crafting interface to display the maximum number of items you can craft from available inventory materials.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Predictable Crafting
Predictable Crafting
A client-side Fabric mod that modifies Minecraft's crafting interface to display the maximum number of items you can craft from available inventory materials.
What it does
This mod changes how the crafting table calculates and displays output quantities:
* Calculates the maximum number of items you can craft from available inventory materials * Displays this quantity in the crafting result slot * Adds visual rendering modifications to the crafting output stack
Technical details
* Dependencies: 1.21.11, 26.1.x * Dependencies: Fabric * Dependencies: * Fabric API (required) * YACL (required for 1.21.11 for configuration) * Mod Menu (required for 1.21.11, provides in-game settings access)
Source code
Available at: https://github.com/apelsin2281337/predictablecrafting-minecraft
Issues
Report bugs or suggestions on the GitHub issue tracker.