1
0
mirror of https://github.com/minetest-mods/nether.git synced 2025-07-25 11:40:31 +02:00

Fix height_min/max usage.

This commit is contained in:
Auke Kok
2015-11-27 01:10:43 -08:00
parent 06b281c1ba
commit 53f4548684

@ -404,8 +404,8 @@ local function replace(old, new)
clust_scarcity = 1,
clust_num_ores = 1,
clust_size = 1,
height_min = -31000,
height_max = NETHER_DEPTH,
y_min = -31000,
y_max = NETHER_DEPTH,
})
end
end