Increase minimum iron ore cluster size by 1

This commit is contained in:
Wuzzy 2017-03-04 07:08:07 +01:00
parent 0d80690145
commit ef9eae3c2f
1 changed files with 1 additions and 1 deletions

View File

@ -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,