forked from VoxeLibre/VoxeLibre
Enable noise/chunk edge indicator (see game settings)
This commit is contained in:
parent
74257f5ff2
commit
b565de7122
|
@ -11,7 +11,7 @@ if not mcl_mapgen.singlenode then
|
||||||
dofile(modpath .. "/ice_spike_large.lua")
|
dofile(modpath .. "/ice_spike_large.lua")
|
||||||
dofile(modpath .. "/jungle_temple.lua")
|
dofile(modpath .. "/jungle_temple.lua")
|
||||||
dofile(modpath .. "/nice_jungle_temple.lua")
|
dofile(modpath .. "/nice_jungle_temple.lua")
|
||||||
-- dofile(modpath .. "/noise_indicator.lua")
|
dofile(modpath .. "/noise_indicator.lua")
|
||||||
dofile(modpath .. "/stronghold.lua")
|
dofile(modpath .. "/stronghold.lua")
|
||||||
dofile(modpath .. "/witch_hut.lua")
|
dofile(modpath .. "/witch_hut.lua")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue