forked from MineClone5/MineClone5
Merge branch 'master' into arrow_fix
This commit is contained in:
commit
cbf497e68b
|
@ -22,6 +22,7 @@
|
|||
* Code-Sploit
|
||||
* cora
|
||||
* David McMackins II
|
||||
* debian44
|
||||
* Debiankaios
|
||||
* Dieter44
|
||||
* Doloment
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue