Rework tool_capabilities a bit (maxwear->uses, scale dig time according to leveldiff)
[oweals/minetest.git] / src / content_object.h
index a5fea716351de6b7667d7a6dc76f26273e1be485..0b85e3cf14361d78adbdc7d51cbda58876864677 100644 (file)
@@ -27,5 +27,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define ACTIVEOBJECT_TYPE_FIREFLY 5
 #define ACTIVEOBJECT_TYPE_MOBV2 6
 
+#define ACTIVEOBJECT_TYPE_LUAENTITY 7
+
+// Special type, not stored as a static object
+#define ACTIVEOBJECT_TYPE_PLAYER 100
+
 #endif