2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-02-23 22:48:39 -05:00
|
|
|
local dofile, minetest, nodecore
|
|
|
|
= dofile, minetest, nodecore
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2018-10-29 22:37:57 -04:00
|
|
|
local modname = minetest.get_current_modname()
|
|
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
|
2019-02-23 22:48:39 -05:00
|
|
|
nodecore.hard_stone_strata = 7
|
|
|
|
|
2018-10-29 22:37:57 -04:00
|
|
|
dofile(path .. "/node.lua")
|
|
|
|
dofile(path .. "/biome.lua")
|
2019-01-23 21:53:26 -05:00
|
|
|
dofile(path .. "/ore.lua")
|
2019-01-06 15:09:59 -05:00
|
|
|
dofile(path .. "/grasslife.lua")
|