mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Reduce maximum size of andesite/diorite/granite
This commit is contained in:
parent
ea37f3ef2d
commit
dd4fdbc7e4
1 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,9 @@ for s=1, #specialstones do
|
||||||
ore_type = "blob",
|
ore_type = "blob",
|
||||||
ore = node,
|
ore = node,
|
||||||
wherein = {"mcl_core:stone"},
|
wherein = {"mcl_core:stone"},
|
||||||
clust_scarcity = 11*11*11,
|
clust_scarcity = 10*10*10,
|
||||||
clust_num_ores = 66,
|
clust_num_ores = 58,
|
||||||
clust_size = 8,
|
clust_size = 7,
|
||||||
y_min = -500,
|
y_min = -500,
|
||||||
y_max = 500,
|
y_max = 500,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue