1
0
Fork 0
MineClone2/mods/ITEMS/mcl_cherry_blossom/init.lua

7 lines
252 B
Lua
Raw Normal View History

2023-04-30 21:18:53 +00:00
mcl_cherry_blossom = {}
local modpath = minetest.get_modpath("mcl_cherry_blossom")
2023-02-23 02:54:00 +00:00
2023-04-30 21:18:53 +00:00
dofile(modpath.."/nodes.lua") -- Load Nodes
dofile(modpath.."/crafting.lua") -- Load Crafting Recipes
dofile(modpath.."/growth.lua") -- Load Cherry Blossom Tree Growth