summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 02:00:01 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 02:00:01 +0300
commit931474658dacd32d1847b6718e3d5a33ca8f18ab (patch)
tree01e5c535f416d9727253e9f5b55a487ecd6d0d39 /src/main.cpp
parentda692355e84f8d1e5210c3c89daf775cf23ec38b (diff)
downloadminetest-931474658dacd32d1847b6718e3d5a33ca8f18ab.tar.gz
minetest-931474658dacd32d1847b6718e3d5a33ca8f18ab.tar.bz2
minetest-931474658dacd32d1847b6718e3d5a33ca8f18ab.zip
moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}
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 455e0ac9b..71ab5d037 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -335,6 +335,9 @@ Misc. stuff:
- Finish the ActiveBlockModifier stuff and use it for something
- Move mineral to param2, increment map serialization version, add conversion
+TODO: Create a common interface-whatever-thing to implement custom
+ special blocks with an inventory menu
+
Making it more portable:
------------------------