mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +01:00
6 lines
252 B
Lua
6 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
|