Add item to disable_repair group

master
Wuzzy 2018-10-16 04:50:20 +02:00
parent e08a12584f
commit 1aea522842
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ minetest.register_tool("doc_identifier:identifier_liquid", {
_doc_items_create_entry = false,
tool_capabilities = {},
range = 10,
groups = { not_in_creative_inventory = 1, not_in_craft_guide = 1 },
groups = { not_in_creative_inventory = 1, not_in_craft_guide = 1, disable_repair = 1 },
wield_image = "doc_identifier_identifier_liquid.png",
inventory_image = "doc_identifier_identifier_liquid.png",
liquids_pointable = true,