195a6a2f7f
Not super-important right now, but it was getting annoying.
12 lines
374 B
Lua
12 lines
374 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/node.lua")
|
|
dofile(path .. "/biome.lua")
|
|
dofile(path .. "/grasslife.lua")
|