diff options
author | darkrose <lisa@ltmnet.com> | 2011-09-22 19:11:48 +1000 |
---|---|---|
committer | darkrose <lisa@ltmnet.com> | 2011-09-22 19:11:48 +1000 |
commit | 582e450bad08006dff141216351b81d3eb9270b7 (patch) | |
tree | 0c76a61f5e36f8e4414d220637ff90eacde4eb86 /src/content_mapnode.h | |
parent | ae6d83a41ed958b65ec7f6584d7b042ae6a6e51f (diff) | |
download | minetest-582e450bad08006dff141216351b81d3eb9270b7.tar.gz minetest-582e450bad08006dff141216351b81d3eb9270b7.tar.bz2 minetest-582e450bad08006dff141216351b81d3eb9270b7.zip |
added locking chests - clean patch
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r-- | src/content_mapnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 35dcc20ec..366c9b1a0 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -48,6 +48,7 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version); #define CONTENT_SIGN_WALL 14 #define CONTENT_CHEST 15 #define CONTENT_FURNACE 16 +#define CONTENT_LOCKABLE_CHEST 17 #define CONTENT_FENCE 21 |