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
5
mods/ITEMS/mcl_bows/init.lua
Normal file
5
mods/ITEMS/mcl_bows/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
dofile(minetest.get_modpath("mcl_bows") .. "/arrow.lua")
|
||||
dofile(minetest.get_modpath("mcl_bows") .. "/bow.lua")
|
||||
|
||||
minetest.register_alias("mcl_throwing:bow", "mcl_bows:bow")
|
||||
minetest.register_alias("mcl_throwing:arrow", "mcl_bows:arrow")
|
Loading…
Add table
Add a link
Reference in a new issue