|
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
|