Fix height_min/max usage.

This commit is contained in:
Auke Kok 2015-11-27 01:10:43 -08:00
parent 06b281c1ba
commit 53f4548684
1 changed files with 2 additions and 2 deletions

View File

@ -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