forked from VoxeLibre/VoxeLibre
Increase minimum iron ore cluster size by 1
This commit is contained in:
parent
0d80690145
commit
ef9eae3c2f
|
@ -226,7 +226,7 @@ minetest.register_ore({
|
|||
ore = "mcl_core:stone_with_iron",
|
||||
wherein = "mcl_core:stone",
|
||||
clust_scarcity = 1660,
|
||||
clust_num_ores = 3,
|
||||
clust_num_ores = 4,
|
||||
clust_size = 2,
|
||||
y_min = -9,
|
||||
y_max = 1,
|
||||
|
|
Loading…
Reference in New Issue