2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-01-05 23:11:38 -05:00
|
|
|
local dofile, minetest
|
|
|
|
= dofile, minetest
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2018-11-01 23:06:06 -04:00
|
|
|
local modname = minetest.get_current_modname()
|
2018-11-02 00:08:42 -04:00
|
|
|
local path = minetest.get_modpath(modname)
|
2018-11-01 23:06:06 -04:00
|
|
|
|
2019-01-05 23:11:38 -05:00
|
|
|
dofile(path .. "/api.lua")
|
2018-11-02 00:08:42 -04:00
|
|
|
dofile(path .. "/node.lua")
|
2019-01-05 23:11:38 -05:00
|
|
|
dofile(path .. "/leafdecay.lua")
|
2018-11-03 17:40:04 -04:00
|
|
|
|
2018-12-30 18:44:28 -05:00
|
|
|
dofile(path .. "/stick.lua")
|
2018-11-03 17:40:04 -04:00
|
|
|
|
2018-11-03 12:55:26 -04:00
|
|
|
dofile(path .. "/schematic.lua")
|
2018-11-02 00:08:42 -04:00
|
|
|
dofile(path .. "/decor.lua")
|
2018-11-03 12:55:26 -04:00
|
|
|
dofile(path .. "/cultivation.lua")
|