Is it possible to disable Minetest Repairing?
I'm making a mod that allows the player to repair tools. Problem is, CraigyDavi found out something for me - in crafting.lua, Line #553, I found this:
This allows the user to create a tool with normal crafting, like this:
This also works with my enchanted tools:
This shows that any tool can be repaired this way. What I am trying to figure out is; how the heck do I disable this by a mod?
This allows the user to create a tool with normal crafting, like this:
This also works with my enchanted tools:
This shows that any tool can be repaired this way. What I am trying to figure out is; how the heck do I disable this by a mod?