promotional bannermobile promotional banner

Total Yield

This mod fixes the crafting output slot to show the total yield from your current ingredients instead of the default per-craft count.

File Details

totalyield-1.21.6_1.21.10-1.1.0.jar

  • R
  • May 6, 2026
  • 26.80 KB
  • 11
  • 1.21.10+4
  • Fabric

File Name

totalyield-1.21.6_1.21.10-1.1.0.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

modImplementation "curse.maven:total-yield-1524605:8048181"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added Crafter support
  • Added Mod Menu integration with an in-game config screen
  • Added Default Display setting. It controls what shows on the result slot normally:
    • VANILLA: does not interfere, slot looks exactly as it does without the mod
    • EXACT: shows the total number of items craftable with current ingredients
    • STACKS: shows the total as a stack expression
  • Added Shift Display setting. It controls what shows while Shift is held, overriding the Default Display:
    • EXACT: shows the total number of items craftable
    • STACKS: shows the total as a stack expression
  • Added Stack Format setting. It controls the format used when the display mode is set to STACKS:
    • MULTIPLIER: uses x as a separator (e.g. 4x64, 3x64+32)
    • SHORTHAND: uses s as a stack suffix (e.g. 4s, 3s+32)
    • GROUPED: wraps the stack size in parentheses (e.g. 4(64), 3(64)+32)
  • Added Enable Animation setting: toggles the pop animation on the yield number
  • Changed the animation zoom anchor from center to bottom-right