Menderman
Minor repairing reworks for the anvil.
# Menderman
Originally designed for Enchiridion, Menderman is a mod reworking the Anvil’s repair systems, focusing on the cost and return of using an Anvil.
The mod can be downloaded from either CurseForge or Modrinth.

Repair Items, Materials and Cost to Fully Repair
There is no file based config, as most of the mod’s logic can be changed via components or gamerules.
If you need to change these gamerules on a global level, I would suggest the Preferred Gamerules mod.
The mod also fully supports JEI, REI and EMI via modifying their contents.
Menderman can be depended on from the Greenhouse Maven.
Warning: this maven may remove old Greenhouse mods or shut down at any moment. Please prefer to use the Modrinth Maven instead.
repositories {
maven {
name = "Greenhouse Maven"
url = "https://maven.greenhouse.lgbt/releases/"
}
}
dependencies {
// Depend on the Crossplatform project, for ModDevGradle/VanillaGradle/other Mojmap based platforms.
compileOnly("lgbt.greenhouse.menderman:menderman-xplat:${menderman_version}")
// Depend on the Fabric project, for Loom.
modImplementation("lgbt.greenhouse.menderman:menderman-fabric:${menderman_version}")
// Depend on the NeoForge project, for ModDevGradle.
implementation("lgbt.greenhouse:menderman-neoforge:${menderman_version}")
// Depend on the NeoForge project, for NeoGradle.
implementation("lgbt.greenhouse.menderman:menderman-neoforge:[${menderman_version},)")
}