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
|
@ -33,8 +33,8 @@ mobs_mc.override.items = {
|
|||
snowball = "mcl_throwing:snowball",
|
||||
top_snow = "mcl_core:snow",
|
||||
snow_block = "mcl_core:snowblock",
|
||||
arrow = "mcl_throwing:arrow",
|
||||
bow = "mcl_throwing:bow",
|
||||
arrow = "mcl_bows:arrow",
|
||||
bow = "mcl_bows:bow",
|
||||
head_zombie = "mcl_heads:zombie",
|
||||
head_creeper = "mcl_heads:creeper",
|
||||
head_skeleton = "mcl_heads:skeleton",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue