Apply disable_repair group

This commit is contained in:
Wuzzy 2018-12-07 21:23:39 +01:00
parent af3785021b
commit 502be105ac
3 changed files with 4 additions and 3 deletions

View file

@ -63,7 +63,7 @@ function watch.register_item(name, image, creative, frame)
_doc_items_longdesc = longdesc,
_doc_items_usagehelp = usagehelp,
inventory_image = image,
groups = {not_in_creative_inventory=g, tool=1, clock=frame},
groups = {not_in_creative_inventory=g, tool=1, clock=frame, disable_repair=1},
wield_image = "",
stack_max = 64,
})