summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-24 12:09:33 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-24 12:09:33 +0300
commit29d905f98a8ce7db9ae78a572b51d479f04fb48d (patch)
tree4d5419980a43b8407251a22bd7f8147984e5a105 /src/main.cpp
parented8f5576a5ca8adb8505295fc56019b1cbb4d8ad (diff)
downloadminetest-29d905f98a8ce7db9ae78a572b51d479f04fb48d.tar.gz
minetest-29d905f98a8ce7db9ae78a572b51d479f04fb48d.tar.bz2
minetest-29d905f98a8ce7db9ae78a572b51d479f04fb48d.zip
Added a mapblock analyzing function for debugging use and fixed remaining mapgen bugs
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3bc7ca5f6..09c299004 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,6 +72,12 @@ Other things to note:
variable and fix them (result of getContent() must be stored in
content_t, which is 16-bit)
+NOTE: Seeds in 1260:6c77e7dbfd29:
+5721858502589302589:
+ Spawns you on a small sand island with a surface dungeon
+2983455799928051958:
+ Enormous jungle + a surface dungeon at ~(250,0,0)
+
Old, wild and random suggestions that probably won't be done:
-------------------------------------------------------------