tweak silver values

tweak silver ore mapgen values
This commit is contained in:
tenplus1 2019-04-05 20:38:38 +01:00 committed by GitHub
parent e6c2f2bbeb
commit 7704670281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,8 +318,8 @@ function default.register_mgv6_ores()
ore_type = "scatter",
ore = "default:stone_with_silver",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_num_ores = 4,
clust_scarcity = 11 * 11 * 11 / 4,
clust_num_ores = 1,
clust_size = 11,
y_min = -31000,
y_max = -2,
@ -331,7 +331,7 @@ function default.register_mgv6_ores()
ore_type = "scatter",
ore = "default:stone_with_mithril",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_scarcity = 11 * 11 * 11,
clust_num_ores = 1,
clust_size = 11,
y_min = -31000,
@ -826,8 +826,8 @@ function default.register_ores()
ore_type = "scatter",
ore = "default:stone_with_silver",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_num_ores = 4,
clust_scarcity = 11 * 11 * 11 / 4,
clust_num_ores = 1,
clust_size = 11,
y_min = -31000,
y_max = -2,
@ -839,7 +839,7 @@ function default.register_ores()
ore_type = "scatter",
ore = "default:stone_with_mithril",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_scarcity = 11 * 11 * 11,
clust_num_ores = 1,
clust_size = 11,
y_min = -31000,