Heavily refactor nodes in mcl_core
This commit is contained in:
parent
5312352e9e
commit
722d4cb500
7 changed files with 462 additions and 849 deletions
|
@ -5,6 +5,10 @@ mcl_core.repair = 0.05
|
|||
|
||||
-- Load files
|
||||
dofile(minetest.get_modpath("mcl_core").."/functions.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes_base.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes_cactuscane.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes_trees.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes_glass.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/nodes_misc.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/craftitems.lua")
|
||||
dofile(minetest.get_modpath("mcl_core").."/crafting.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue