Enable noise/chunk edge indicator (see game settings)

This commit is contained in:
kay27 2022-03-14 20:35:36 +04:00
parent 74257f5ff2
commit b565de7122
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if not mcl_mapgen.singlenode then
dofile(modpath .. "/ice_spike_large.lua")
dofile(modpath .. "/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 .. "/witch_hut.lua")
end