summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index c1e12ab42..4090f76f4 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