Fix Stone with tin generation in MCL

This commit is contained in:
mrkubax10 2024-03-05 11:01:53 +01:00
parent 7f1efd3472
commit 8a29704f5f

View File

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