2019-01-05 23:11:38 -05:00

18 lines
500 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local dofile, minetest
= dofile, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)
dofile(path .. "/api.lua")
dofile(path .. "/node.lua")
dofile(path .. "/leafdecay.lua")
dofile(path .. "/stick.lua")
dofile(path .. "/schematic.lua")
dofile(path .. "/decor.lua")
dofile(path .. "/cultivation.lua")