summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-06 22:28:51 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-06 22:28:51 +0300
commit2dba606e1217ffb236e19aa38157a945e919d76b (patch)
tree5a2de1470b7a7cd75d137246df400c5cb2f739f7 /src/main.cpp
parent00dd5cbb2e93a6fc81806d8a75268d720b41bec0 (diff)
downloadminetest-2dba606e1217ffb236e19aa38157a945e919d76b.tar.gz
minetest-2dba606e1217ffb236e19aa38157a945e919d76b.tar.bz2
minetest-2dba606e1217ffb236e19aa38157a945e919d76b.zip
stone shovel now needs cobble, not stone.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fe426b6b7..46d685ae3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -117,6 +117,9 @@ Game content:
- Uh, is there an active block list somewhere?
- Player health points
- When player dies, throw items on map
+- Cobble to get mossy if near water
+- More slots in furnace source list, so that multiple ingredients
+ are possible.
Documentation:
--------------