Fix height_min/max usage.
This commit is contained in:
parent
06b281c1ba
commit
53f4548684
4
init.lua
4
init.lua
@ -404,8 +404,8 @@ local function replace(old, new)
|
|||||||
clust_scarcity = 1,
|
clust_scarcity = 1,
|
||||||
clust_num_ores = 1,
|
clust_num_ores = 1,
|
||||||
clust_size = 1,
|
clust_size = 1,
|
||||||
height_min = -31000,
|
y_min = -31000,
|
||||||
height_max = NETHER_DEPTH,
|
y_max = NETHER_DEPTH,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user