mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-30 10:52:30 +02:00
Make magma blocks much more common
This commit is contained in:
@ -857,9 +857,9 @@ local function register_dimension_ores()
|
||||
ore_type = "blob",
|
||||
ore = "mcl_nether:magma",
|
||||
wherein = {"mcl_nether:netherrack", "mcl_core:stone"},
|
||||
clust_scarcity = 14*14*14,
|
||||
clust_num_ores = 35,
|
||||
clust_size = 4,
|
||||
clust_scarcity = 8*8*8,
|
||||
clust_num_ores = 45,
|
||||
clust_size = 6,
|
||||
y_min = mcl_util.layer_to_y(23, "nether"),
|
||||
y_max = mcl_util.layer_to_y(37, "nether"),
|
||||
})
|
||||
@ -867,9 +867,9 @@ local function register_dimension_ores()
|
||||
ore_type = "blob",
|
||||
ore = "mcl_nether:magma",
|
||||
wherein = {"mcl_nether:netherrack"},
|
||||
clust_scarcity = 9*9*9,
|
||||
clust_num_ores = 50,
|
||||
clust_size = 5,
|
||||
clust_scarcity = 10*10*10,
|
||||
clust_num_ores = 65,
|
||||
clust_size = 8,
|
||||
y_min = mcl_util.layer_to_y(23, "nether"),
|
||||
y_max = mcl_util.layer_to_y(37, "nether"),
|
||||
})
|
||||
|
Reference in New Issue
Block a user