summaryrefslogtreecommitdiffstats
path: root/source/StructGen.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 13:32:03 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 13:32:03 +0200
commit6b96805f5cec612b1ecb6752dcfa8708c4721b81 (patch)
treec52d451c487574d3f29f1903a41442352a6c3048 /source/StructGen.cpp
parentAdded the cWorld::DoWithPlayer() function and exported it in the Lua API. Removed the obsolete cWorld::GetPlayer() function. (diff)
downloadcuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar.gz
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar.bz2
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar.lz
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar.xz
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.tar.zst
cuberite-6b96805f5cec612b1ecb6752dcfa8708c4721b81.zip
Diffstat (limited to 'source/StructGen.cpp')
-rw-r--r--source/StructGen.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/StructGen.cpp b/source/StructGen.cpp
index aa3632204..bb8e933e6 100644
--- a/source/StructGen.cpp
+++ b/source/StructGen.cpp
@@ -14,15 +14,15 @@
// cStructGenOreNests configuration:
const int MAX_HEIGHT_COAL = 127;
-const int NUM_NESTS_COAL = 60;
+const int NUM_NESTS_COAL = 50;
const int NEST_SIZE_COAL = 10;
const int MAX_HEIGHT_IRON = 70;
-const int NUM_NESTS_IRON = 30;
+const int NUM_NESTS_IRON = 20;
const int NEST_SIZE_IRON = 6;
const int MAX_HEIGHT_REDSTONE = 40;
-const int NUM_NESTS_REDSTONE = 10;
+const int NUM_NESTS_REDSTONE = 7;
const int NEST_SIZE_REDSTONE = 6;
const int MAX_HEIGHT_GOLD = 35;
@@ -30,11 +30,11 @@ const int NUM_NESTS_GOLD = 6;
const int NEST_SIZE_GOLD = 6;
const int MAX_HEIGHT_DIAMOND = 16;
-const int NUM_NESTS_DIAMOND = 6;
+const int NUM_NESTS_DIAMOND = 3;
const int NEST_SIZE_DIAMOND = 5;
const int MAX_HEIGHT_LAPIS = 30;
-const int NUM_NESTS_LAPIS = 6;
+const int NUM_NESTS_LAPIS = 3;
const int NEST_SIZE_LAPIS = 5;