Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
09b09b1c44
43 changed files with 281 additions and 202 deletions
|
@ -39,7 +39,7 @@ minetest.register_tool("mcl_throwing:bow", {
|
|||
itemstack:add_wear(wear)
|
||||
return itemstack
|
||||
end,
|
||||
groups = {weapon_ranged=1,},
|
||||
groups = {weapon=1,weapon_ranged=1},
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
local wear = itemstack:get_wear()
|
||||
itemstack:add_wear(wear)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue