Skip to content
Snippets Groups Projects
Commit 814f3562 authored by paramat's avatar paramat Committed by Milan
Browse files

merge upstream commit: Default/mapgen: Simplify iron ore registrations

parent cb5727b5
No related branches found
No related tags found
No related merge requests found
......@@ -182,28 +182,6 @@ function default.register_ores()
y_max = 31000,
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_iron",
wherein = "default:stone",
clust_scarcity = 12 * 12 * 12,
clust_num_ores = 3,
clust_size = 2,
y_min = -15,
y_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_iron",
wherein = "default:stone",
clust_scarcity = 9 * 9 * 9,
clust_num_ores = 5,
clust_size = 3,
y_min = -63,
y_max = -16,
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_iron",
......@@ -212,7 +190,7 @@ function default.register_ores()
clust_num_ores = 5,
clust_size = 3,
y_min = -31000,
y_max = -64,
y_max = 0,
})
minetest.register_ore({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment