Comment out tin ore generation

This commit is contained in:
archfan 2018-09-22 20:56:15 -04:00 committed by GitHub
parent 6dd64ac33c
commit ad49732dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,27 +359,27 @@ function default.register_ores()
-- Tin -- Tin
minetest.register_ore({ --minetest.register_ore({
ore_type = "scatter", --ore_type = "scatter",
ore = "default:stone_with_tin", --ore = "default:stone_with_tin",
wherein = "default:stone", --wherein = "default:stone",
clust_scarcity = 10 * 10 * 10, --clust_scarcity = 10 * 10 * 10,
clust_num_ores = 5, --clust_num_ores = 5,
clust_size = 3, --clust_size = 3,
y_min = 1025, --y_min = 1025,
y_max = 31000, --y_max = 31000,
}) --})
minetest.register_ore({ --minetest.register_ore({
ore_type = "scatter", --ore_type = "scatter",
ore = "default:stone_with_tin", --ore = "default:stone_with_tin",
wherein = "default:stone", --wherein = "default:stone",
clust_scarcity = 13 * 13 * 13, --clust_scarcity = 13 * 13 * 13,
clust_num_ores = 4, --clust_num_ores = 4,
clust_size = 3, --clust_size = 3,
y_min = -127, --y_min = -127,
y_max = -32, --y_max = -32,
}) --})
minetest.register_ore({ minetest.register_ore({
ore_type = "scatter", ore_type = "scatter",