mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
[default & seawrecks & whiteshell & clams] Updates
- Replace `height_max` and `height_min` fields
This commit is contained in:
@ -160,8 +160,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 9*9*9,
|
||||
clust_num_ores = 16,
|
||||
clust_size = 4,
|
||||
height_max = -4,
|
||||
height_min = -60,
|
||||
y_max = -4,
|
||||
y_min = -60,
|
||||
})
|
||||
|
||||
minetest.register_ore({
|
||||
@ -171,8 +171,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 9*9*9,
|
||||
clust_num_ores = 16,
|
||||
clust_size = 4,
|
||||
height_max = -4,
|
||||
height_min = -60,
|
||||
y_max = -4,
|
||||
y_min = -60,
|
||||
})
|
||||
|
||||
|
||||
|
@ -157,8 +157,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 30*30*30,
|
||||
clust_num_ores = 1,
|
||||
clust_size = 12,
|
||||
height_max = -4,
|
||||
height_min = -31000,
|
||||
y_max = -4,
|
||||
y_min = -31000,
|
||||
})
|
||||
|
||||
minetest.register_ore({
|
||||
@ -168,8 +168,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 30*30*30,
|
||||
clust_num_ores = 1,
|
||||
clust_size = 12,
|
||||
height_max = -8,
|
||||
height_min = -31000,
|
||||
y_max = -8,
|
||||
y_min = -31000,
|
||||
})
|
||||
|
||||
local function generate_ore(name, wherein, minp, maxp, seed, chunks_per_volume, chunk_size, ore_per_chunk, height_min, height_max)
|
||||
|
@ -32,8 +32,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 10*10*10,
|
||||
clust_num_ores = 18,
|
||||
clust_size = 6,
|
||||
height_max = 31000,
|
||||
height_min = -31000,
|
||||
y_max = 31000,
|
||||
y_min = -31000,
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user