More lag reduction.

This commit is contained in:
Duane Robertson 2016-05-29 04:32:40 -05:00
parent 02d6c44638
commit 558e778861
12 changed files with 1011 additions and 927 deletions

View file

@ -113,10 +113,9 @@ minetest.register_decoration({
})
dofile(fun_caves.path.."/deco_caves.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")