2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
|
|
|
local dofile, minetest
|
|
|
|
= dofile, minetest
|
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2018-10-29 22:37:57 -04:00
|
|
|
local modname = minetest.get_current_modname()
|
|
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
|
|
|
|
dofile(path .. "/node.lua")
|
|
|
|
dofile(path .. "/biome.lua")
|