2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2018-11-03 11:26:15 -04:00
|
|
|
local dofile, minetest, nodecore
|
|
|
|
= dofile, minetest, nodecore
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2018-11-03 11:26:15 -04:00
|
|
|
nodecore.register_leaf_drops, nodecore.registered_leaf_drops
|
|
|
|
= nodecore.mkreg()
|
|
|
|
|
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
|
|
|
|
2018-11-02 00:08:42 -04:00
|
|
|
dofile(path .. "/node.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")
|