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_1.21.5-1.1.0.jar

  • R
  • May 6, 2026
  • 26.21 KB
  • 29
  • 1.21.5+5
  • Fabric

File Name

totalyield-1.21_1.21.5-1.1.0.jar

Supported Versions

  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:total-yield-1524605:8048175"
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