Balance ore generation

This commit is contained in:
mrkubax10 2024-03-23 18:57:08 +01:00
parent 42fb3be910
commit ab367b4f29

View File

@ -20,7 +20,7 @@ if industrialtest.mtgAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:stone_with_uranium", ore="industrialtest:stone_with_uranium",
wherein="default:stone", wherein="default:stone",
clust_scarcity=7*7*7, clust_scarcity=15*15*15,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=-128, y_max=-128,
@ -31,7 +31,7 @@ if industrialtest.mtgAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:stone_with_lead", ore="industrialtest:stone_with_lead",
wherein="default:stone", wherein="default:stone",
clust_scarcity=7*7*7, clust_scarcity=11*11*11,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=-48, y_max=-48,
@ -45,7 +45,7 @@ elseif industrialtest.mclAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:stone_with_uranium", ore="industrialtest:stone_with_uranium",
wherein=stonelike, wherein=stonelike,
clust_scarcity=7*7*7, clust_scarcity=15*15*15,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=mcl_worlds.layer_to_y(20), y_max=mcl_worlds.layer_to_y(20),
@ -55,7 +55,7 @@ elseif industrialtest.mclAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:deepslate_with_uranium", ore="industrialtest:deepslate_with_uranium",
wherein=deepslatelike, wherein=deepslatelike,
clust_scarcity=7*7*7, clust_scarcity=15*15*15,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=mcl_worlds.layer_to_y(15), y_max=mcl_worlds.layer_to_y(15),
@ -66,7 +66,7 @@ elseif industrialtest.mclAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:stone_with_lead", ore="industrialtest:stone_with_lead",
wherein=stonelike, wherein=stonelike,
clust_scarcity=7*7*7, clust_scarcity=11*11*11,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=mcl_worlds.layer_to_y(30), y_max=mcl_worlds.layer_to_y(30),
@ -76,7 +76,7 @@ elseif industrialtest.mclAvailable then
ore_type="scatter", ore_type="scatter",
ore="industrialtest:deepslate_with_lead", ore="industrialtest:deepslate_with_lead",
wherein=deepslatelike, wherein=deepslatelike,
clust_scarcity=7*7*7, clust_scarcity=11*11*11,
clust_num_ores=3, clust_num_ores=3,
clust_size=3, clust_size=3,
y_max=mcl_worlds.layer_to_y(15), y_max=mcl_worlds.layer_to_y(15),