Move bow/arrow logic into new mod mcl_bows
This commit is contained in:
parent
e55a1a6211
commit
4be5f89829
27 changed files with 391 additions and 388 deletions
|
@ -21,7 +21,7 @@ mobs:register_mob("mobs_mc:illusioner", {
|
|||
textures = { {
|
||||
"mobs_mc_illusionist.png",
|
||||
"mobs_mc_illusionist.png", --hat
|
||||
"mcl_throwing_bow.png",
|
||||
"mcl_bows_bow.png",
|
||||
}, },
|
||||
visual_size = {x=3, y=3},
|
||||
walk_velocity = 0.6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue