Fix Stone with tin generation in MCL
This commit is contained in:
parent
7f1efd3472
commit
8a29704f5f
|
@ -656,7 +656,7 @@ if industrialtest.mclAvailable then
|
|||
minetest.register_ore({
|
||||
ore_type="scatter",
|
||||
ore="industrialtest:stone_with_tin",
|
||||
wherein=stonelike,
|
||||
wherein={"mcl_core:stone","mcl_core:diorite","mcl_core:andesite","mcl_core:granite"},
|
||||
clust_scarcity=10*10*10,
|
||||
clust_num_ores=5,
|
||||
clust_size=3,
|
||||
|
|
Loading…
Reference in New Issue