Modifier Repair Recipes
Modifier repair recipes are used to define additional methods to repair a tool with a modifier.
Item Repair
Item repair recipes allow repairing a tool using the given ingredient provided it has the listed modifier. This recipe has two variants, tconstruct:modifier_repair
which defines repairing the tool in the tinker station or tinker’s anvil and tconstruct:crafting_modifier_repair
which defines repairing the tool in the crafting table. Both variants have the following format:
tconstruct:modifier_repair
ortconstruct:crafting_modifier_repair
.
Either - Modifier required on the tool to use this recipe.
- Ingredient used to repair the tool.
- Amount of durability restored by this recipe.
The recipe object.
Material Repair
Material repair recipes allow repairing a tool using items matching the given tool material provided it has the listed modifier. This recipe has two variants, tconstruct:modifier_material_repair
which defines repairing the tool in the tinker station or tinker’s anvil using items associated with the material, and tconstruct:crafting_modifier_material_repair
which defines repairing the tool in the crafting table using repair kits. Both variants have the following format:
tconstruct:modifier_material_repair
ortconstruct:crafting_modifier_material_repair
.
Either - Modifier required on the tool to use this recipe.
- Material used for repairing the tool.
- Stat type to use when repairing the tool. Used to fetch the relevant durability value from the material stats.
The recipe object.