More lag reduction.
This commit is contained in:
parent
02d6c44638
commit
558e778861
12 changed files with 1011 additions and 927 deletions
3
deco.lua
3
deco.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue