Disable repair recipe for real

master
Wuzzy 2019-03-19 13:37:12 +01:00
parent 213ee8b85c
commit be47ef4c91
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ minetest.register_tool("doc_identifier:identifier_solid", {
_doc_items_hidden = false,
tool_capabilities = {},
range = 10,
groups = { disable_repair = 1 },
wield_image = "doc_identifier_identifier.png",
inventory_image = "doc_identifier_identifier.png",
liquids_pointable = false,