Update 0.4.6-0

This commit is contained in:
RealBadAngel
2013-04-04 01:17:39 +02:00
parent 1668d84b04
commit 0ca19dacb0
13 changed files with 564 additions and 237 deletions

View File

@ -1,14 +1,3 @@
minetest.register_ore({
ore_type = "scatter",
ore = "technic:mineral_diamond",
wherein = "default:stone",
clust_scarcity = 11*11*11,
clust_num_ores = 4,
clust_size = 3,
height_min = -31000,
height_max = -450,
})
minetest.register_ore({
ore_type = "scatter",
ore = "technic:mineral_uranium",
@ -46,9 +35,9 @@ minetest.register_ore({
clust_scarcity = 1,
clust_num_ores = 1,
clust_size = 3,
height_min = -150,
height_min = -31000,
height_max = -50,
noise_threshhold = 0.5,
noise_threshhold = 0.4,
noise_params = {offset=0, scale=15, spread={x=150, y=150, z=150}, seed=23, octaves=3, persist=0.70}
})
minetest.register_ore({
@ -58,9 +47,9 @@ minetest.register_ore({
clust_scarcity = 1,
clust_num_ores = 1,
clust_size = 4,
height_min = -100,
height_max = -250,
noise_threshhold = 0.5,
height_min = -31000,
height_max = -150,
noise_threshhold = 0.4,
noise_params = {offset=0, scale=15, spread={x=130, y=130, z=130}, seed=24, octaves=3, persist=0.70}
})