]> git.lizzy.rs Git - minetest.git/blobdiff - src/content_mapnode.h
Workaround for blocks having a huge amount of active objects; add log messages relate...
[minetest.git] / src / content_mapnode.h
index 366c9b1a08199f83a88df2ba36a8b55a9e2898c1..4090f76f408b6008a66b6182c95014e01c1bc70b 100644 (file)
@@ -85,7 +85,7 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
 #define CONTENT_NC 0x817
 #define CONTENT_NC_RB 0x818
 #define CONTENT_APPLE 0x819
-
+#define CONTENT_SAPLING 0x820
 
 #endif