Reorganize nodes.lua for clarity.

This commit is contained in:
Duane Robertson 2016-05-26 22:55:32 -05:00
parent f5ed9d1cb2
commit a117583db6
9 changed files with 707 additions and 683 deletions

View file

@ -113,11 +113,10 @@ minetest.register_decoration({
})
local path = minetest.get_modpath(minetest.get_current_modname())
dofile(path.."/deco_caves.lua")
--dofile(path.."/deco_dirt.lua")
dofile(path.."/deco_plants.lua")
dofile(path.."/deco_rocks.lua")
--dofile(path.."/deco_ferns.lua")
--dofile(path.."/deco_ferns_tree.lua")
dofile(path.."/deco_water.lua")
dofile(fun_caves.path.."/deco_caves.lua")
--dofile(fun_caves.path.."/deco_dirt.lua")
dofile(fun_caves.path.."/deco_plants.lua")
dofile(fun_caves.path.."/deco_rocks.lua")
--dofile(fun_caves.path.."/deco_ferns.lua")
--dofile(fun_caves.path.."/deco_ferns_tree.lua")
dofile(fun_caves.path.."/deco_water.lua")