Vanilla Anvil Repair
Modby eksekk
Vanilla anvil repair support for custom items
Type
Mod
CurseForge Downloads
630,671
CurseForge ID
376040
Last Updated
Jun 10, 2026
Description
This mod basically allows you to use CraftTweaker or config to set anvil repairing of any item with any material. Each material unit will repair 25% of durability, like in vanilla.
If you define a repair recipe for item which already has one, both will be valid (original and added one).
Example
import mods.vanillaanvilrepair.addRepairEntry;
var ingots = <minecraft:gold_ingot> | <minecraft:iron_ingot>;
//addRepairEntry(IIngredient repairedItems, IIngredient materials)
addRepairEntry(<minecraft:bow>, ingots);
This ZenScript code will allow minecraft bow to be repaired by either iron or gold ingot.
Config
# List of repairs, in format
# repaireditem1,repaireditem2[...];material1,material2[...]
# (you can use ore:item for OreDictionary entry (only for materials))
S:repairList <
>
# If true, repairs added by this mod increase further work level cost (same as vanilla)
B:repairsIncreaseCost = false
Similar Mods
Armor of the Ages
Equip yourself with nicely looking Japanese, Medieval and Mayan 3D animated armors
Pack Crash Info
Adds Information about the modpack when crashing.
Advanced XRay (Neoforge Edition)
A simple but advanced xray mod that allows you to find all of your most loved blocks.
TellMe
A mod that can output registry dumps and other information and lists about the game
Megane: Fabric
WTHIT plugin that shows more tooltip than you'll ever want. Available for Fabric.
PlayerEx
Adds attributes, levels and skill points. RPG themed.