Reduce maximum size of andesite/diorite/granite

This commit is contained in:
Wuzzy 2017-03-03 17:57:46 +01:00
parent ea37f3ef2d
commit dd4fdbc7e4
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ for s=1, #specialstones do
ore_type = "blob",
ore = node,
wherein = {"mcl_core:stone"},
clust_scarcity = 11*11*11,
clust_num_ores = 66,
clust_size = 8,
clust_scarcity = 10*10*10,
clust_num_ores = 58,
clust_size = 7,
y_min = -500,
y_max = 500,
})