mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
7 lines
252 B
Lua
7 lines
252 B
Lua
mcl_cherry_blossom = {}
|
|
local modpath = minetest.get_modpath("mcl_cherry_blossom")
|
|
|
|
dofile(modpath.."/nodes.lua") -- Load Nodes
|
|
dofile(modpath.."/crafting.lua") -- Load Crafting Recipes
|
|
dofile(modpath.."/growth.lua") -- Load Cherry Blossom Tree Growth
|