Mineuniverse
Log in Register
Mods

Vanilla Anvil Repair

Vanilla anvil repair support for custom items
by eksekk
Claim this project
657,028 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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

No files available for download.

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734