Merge branch 'master' into arrow_fix

This commit is contained in:
NO11 2022-01-01 23:01:01 +00:00
commit cbf497e68b
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
* Code-Sploit
* cora
* David McMackins II
* debian44
* Debiankaios
* Dieter44
* Doloment

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")
return itemstack
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,
})