Comment out tin ore generation
This commit is contained in:
parent
6dd64ac33c
commit
ad49732dfe
@ -359,27 +359,27 @@ function default.register_ores()
|
||||
|
||||
-- Tin
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:stone_with_tin",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 10 * 10 * 10,
|
||||
clust_num_ores = 5,
|
||||
clust_size = 3,
|
||||
y_min = 1025,
|
||||
y_max = 31000,
|
||||
})
|
||||
--minetest.register_ore({
|
||||
--ore_type = "scatter",
|
||||
--ore = "default:stone_with_tin",
|
||||
--wherein = "default:stone",
|
||||
--clust_scarcity = 10 * 10 * 10,
|
||||
--clust_num_ores = 5,
|
||||
--clust_size = 3,
|
||||
--y_min = 1025,
|
||||
--y_max = 31000,
|
||||
--})
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:stone_with_tin",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 13 * 13 * 13,
|
||||
clust_num_ores = 4,
|
||||
clust_size = 3,
|
||||
y_min = -127,
|
||||
y_max = -32,
|
||||
})
|
||||
--minetest.register_ore({
|
||||
--ore_type = "scatter",
|
||||
--ore = "default:stone_with_tin",
|
||||
--wherein = "default:stone",
|
||||
--clust_scarcity = 13 * 13 * 13,
|
||||
--clust_num_ores = 4,
|
||||
--clust_size = 3,
|
||||
--y_min = -127,
|
||||
--y_max = -32,
|
||||
--})
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
|
Loading…
x
Reference in New Issue
Block a user