mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Increase minimum iron ore cluster size by 1
This commit is contained in:
parent
0d80690145
commit
ef9eae3c2f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue