From 0ca19dacb03a0d33de34a2dabf921ba7c9cb5b25 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 04 Apr 2013 01:17:39 +0200
Subject: [PATCH] Update 0.4.6-0

---
 technic_worldgen/oregen.lua |   21 +++++----------------
 1 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/technic_worldgen/oregen.lua b/technic_worldgen/oregen.lua
index ad2d5d6..b17e438 100644
--- a/technic_worldgen/oregen.lua
+++ b/technic_worldgen/oregen.lua
@@ -1,16 +1,5 @@
 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",
 	wherein        = "default:stone",
 	clust_scarcity = 10*10*10,
@@ -46,9 +35,9 @@
 	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 @@
 	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}
 })
 

--
Gitblit v1.8.0