Merge pull request 'loaded crossbows are no longer in creative inventory' (#60) from chmodsayshello/MineClone5:crosbow_inventory_fix into master

Reviewed-on: MineClone5/MineClone5#60
This commit is contained in:
kay27 2021-12-30 22:33:16 +00:00
commit b2df02a4d2
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ S("The speed and damage of the arrow increases the longer you charge. The regula
itemstack:get_meta():set_string("active", "true") itemstack:get_meta():set_string("active", "true")
return itemstack return itemstack
end, end,
groups = {weapon=1,weapon_ranged=1,crossbow=1,enchantability=1}, groups = {not_in_creative_inventory=1,weapon=1,weapon_ranged=1,crossbow=1,enchantability=1},
_mcl_uses = 326, _mcl_uses = 326,
}) })