Optimize variables.
This commit is contained in:
parent
26d4d7cc86
commit
1a9afc9ede
10 changed files with 317 additions and 317 deletions
15
deco.lua
15
deco.lua
|
@ -113,10 +113,11 @@ minetest.register_decoration({
|
|||
})
|
||||
|
||||
|
||||
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")
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue