Make it even more MC like

master
PilzAdam 2013-05-27 17:37:14 +02:00
parent ca255c845e
commit 8d469e7f01
2 changed files with 11 additions and 21 deletions

View File

@ -31,7 +31,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_coal",
wherein = "default:stone",
clust_scarcity = 8*8*8,
clust_scarcity = 500,
clust_num_ores = 8,
clust_size = 3,
height_min = -59,
@ -41,7 +41,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_coal",
wherein = "default:stone",
clust_scarcity = 9*9*9,
clust_scarcity = 1000,
clust_num_ores = 6,
clust_size = 3,
height_min = -11,
@ -51,7 +51,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_coal",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_scarcity = 5000,
clust_num_ores = 4,
clust_size = 2,
height_min = 65,
@ -65,7 +65,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:iron",
wherein = "default:stone",
clust_scarcity = 9*9*9,
clust_scarcity = 830,
clust_num_ores = 5,
clust_size = 3,
height_min = -59,
@ -75,22 +75,12 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:iron",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_scarcity = 1660,
clust_num_ores = 3,
clust_size = 2,
height_min = -9,
height_max = 0,
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:iron",
wherein = "default:stone",
clust_scarcity = 13*13*13,
clust_num_ores = 3,
clust_size = 2,
height_min = 1,
height_max = 3,
})
--
-- Gold
@ -99,7 +89,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:gold",
wherein = "default:stone",
clust_scarcity = 13*13*13,
clust_scarcity = 5000,
clust_num_ores = 5,
clust_size = 3,
height_min = -59,
@ -109,7 +99,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:gold",
wherein = "default:stone",
clust_scarcity = 15*15*15,
clust_scarcity = 10000,
clust_num_ores = 3,
clust_size = 2,
height_min = -35,
@ -123,7 +113,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_diamond",
wherein = "default:stone",
clust_scarcity = 17*17*17,
clust_scarcity = 5000,
clust_num_ores = 4,
clust_size = 3,
height_min = -59,
@ -133,7 +123,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_diamond",
wherein = "default:stone",
clust_scarcity = 19*19*19,
clust_scarcity = 10000,
clust_num_ores = 3,
clust_size = 2,
height_min = -55,

View File

@ -379,7 +379,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_diamond",
wherein = "default:stone",
clust_scarcity = 13*13*13,
clust_scarcity = 600,
clust_num_ores = 6,
clust_size = 3,
height_min = -59,
@ -389,7 +389,7 @@ minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_diamond",
wherein = "default:stone",
clust_scarcity = 15*15*15,
clust_scarcity = 1200,
clust_num_ores = 4,
clust_size = 3,
height_min = -55,