Menderman

Simple tweaks for Minecraft's Anvil to generally be more fair to the player.

File Details

v1.1.0 (NeoForge 1.21.1)

  • B
  • May 15, 2026
  • 104.78 KB
  • 14
  • 1.21.1+1
  • NeoForge

File Name

menderman-neoforge-1.1.0+1.21.1.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:menderman-1384572:8090592"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## Changes - Modified the logic for the durability gained when repairing items. - Items now repair based on the current damage value rather than the maximum value. - `current_damage - ceil(max_damage / max_materials) * material_count` ## Bugfixes - Fixed Elytra being unable to be repaired with Leather. - Fixed the ability to repair at a lower result than you started with in situations where a material repairs less than the item to repair's current durability. - Fixed item combining not being modified within JEI. - Fixed result item using incorrect logic within EMI integration.