@@ -591,13 +591,13 @@ function default.register_ores()
y_max = - 64 ,
})
-- Copper
-- Tin
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_copper " ,
ore = " default:stone_with_tin " ,
wherein = " default:stone" ,
clust_scarcity = 9 * 9 * 9 ,
clust_scarcity = 10 * 10 * 10 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = 1025 ,
@@ -606,33 +606,33 @@ function default.register_ores()
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_copper " ,
ore = " default:stone_with_tin " ,
wherein = " default:stone" ,
clust_scarcity = 12 * 12 * 12 ,
clust_scarcity = 13 * 13 * 13 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = - 63 ,
y_max = - 16 ,
y_min = - 127 ,
y_max = - 64 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_copper " ,
ore = " default:stone_with_tin " ,
wherein = " default:stone" ,
clust_scarcity = 9 * 9 * 9 ,
clust_scarcity = 10 * 10 * 10 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 64 ,
y_max = - 128 ,
})
-- Tin
-- Copper
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_tin " ,
ore = " default:stone_with_copper " ,
wherein = " default:stone" ,
clust_scarcity = 10 * 10 * 10 ,
clust_scarcity = 9 * 9 * 9 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = 1025 ,
@@ -641,24 +641,24 @@ function default.register_ores()
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_tin " ,
ore = " default:stone_with_copper " ,
wherein = " default:stone" ,
clust_scarcity = 13 * 13 * 13 ,
clust_scarcity = 12 * 12 * 12 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = - 127 ,
y_max = - 32 ,
y_min = - 255 ,
y_max = - 128 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_tin " ,
ore = " default:stone_with_copper " ,
wherein = " default:stone" ,
clust_scarcity = 10 * 10 * 10 ,
clust_scarcity = 9 * 9 * 9 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 128 ,
y_max = - 256 ,
})
-- Gold
@@ -681,8 +681,8 @@ function default.register_ores()
clust_scarcity = 15 * 15 * 15 ,
clust_num_ores = 3 ,
clust_size = 2 ,
y_min = - 255 ,
y_max = - 64 ,
y_min = - 1023 ,
y_max = - 256 ,
})
minetest.register_ore ({
@@ -693,77 +693,77 @@ function default.register_ores()
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 256 ,
y_max = - 1024 ,
})
-- Mese crystal
-- Diamond
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_mese " ,
ore = " default:stone_with_diamond " ,
wherein = " default:stone" ,
clust_scarcity = 14 * 14 * 14 ,
clust_num_ores = 5 ,
clust_scarcity = 15 * 15 * 15 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = 1025 ,
y_max = 31000 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_mese " ,
ore = " default:stone_with_diamond " ,
wherein = " default:stone" ,
clust_scarcity = 18 * 18 * 18 ,
clust_num_ores = 3 ,
clust_size = 2 ,
y_min = - 255 ,
y_max = - 64 ,
clust_scarcity = 17 * 17 * 17 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = - 1023 ,
y_max = - 512 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_mese " ,
ore = " default:stone_with_diamond " ,
wherein = " default:stone" ,
clust_scarcity = 14 * 14 * 14 ,
clust_num_ores = 5 ,
clust_scarcity = 15 * 15 * 15 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 256 ,
y_max = - 1024 ,
})
-- Diamond
-- Mese crystal
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_diamond " ,
ore = " default:stone_with_mese " ,
wherein = " default:stone" ,
clust_scarcity = 15 * 15 * 15 ,
clust_num_ores = 4 ,
clust_scarcity = 14 * 14 * 14 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = 1025 ,
y_max = 31000 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_diamond " ,
ore = " default:stone_with_mese " ,
wherein = " default:stone" ,
clust_scarcity = 17 * 17 * 17 ,
clust_num_ores = 4 ,
clust_size = 3 ,
y_min = - 255 ,
y_max = - 128 ,
clust_scarcity = 18 * 18 * 18 ,
clust_num_ores = 3 ,
clust_size = 2 ,
y_min = - 1023 ,
y_max = - 512 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:stone_with_diamond " ,
ore = " default:stone_with_mese " ,
wherein = " default:stone" ,
clust_scarcity = 15 * 15 * 15 ,
clust_num_ores = 4 ,
clust_scarcity = 14 * 14 * 14 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 256 ,
y_max = - 1024 ,
})
-- Mese block
@@ -786,9 +786,20 @@ function default.register_ores()
clust_scarcity = 36 * 36 * 36 ,
clust_num_ores = 3 ,
clust_size = 2 ,
y_min = - 31000 ,
y_min = - 2047 ,
y_max = - 1024 ,
})
minetest.register_ore ({
ore_type = " scatter" ,
ore = " default:mese" ,
wherein = " default:stone" ,
clust_scarcity = 28 * 28 * 28 ,
clust_num_ores = 5 ,
clust_size = 3 ,
y_min = - 31000 ,
y_max = - 2048 ,
})
end