VoxeLibre/mods/ITEMS/mcl_cherry_blossom/init.lua

7 lines
252 B
Lua
Raw Normal View History

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