Translated using Weblate (German)
[oweals/minetest.git] / builtin / game / constants.lua
index ea3644cfbf6f82f7e6532226a5a5cf99b2cb4a78..d0b7c753cf88283c095629ffe15f8ec432e0a3ac 100644 (file)
@@ -4,6 +4,11 @@
 -- Constants values for use with the Lua API
 --
 
+-- Built-in Content IDs (for use with VoxelManip API)
+core.CONTENT_UNKNOWN = 125
+core.CONTENT_AIR     = 126
+core.CONTENT_IGNORE  = 127
+
 -- Block emerge status constants (for use with core.emerge_area)
 core.EMERGE_CANCELLED   = 0
 core.EMERGE_ERRORED     = 1