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:
4
init.lua
4
init.lua
@ -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
|
||||
|
Reference in New Issue
Block a user