loaded crossbows are no lomger in creative inventory

In Minecraft, loaded crossbows are NOT in the creative inventory!

https://minecraft.fandom.com/wiki/Crossbow
This commit is contained in:
chmodsayshello 2021-12-26 09:47:30 +00:00
parent bcbe90c33f
commit 2dbd01b8a0
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,
}) })