From f9e394a4669e667fcef8992946458c769b4e2770 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 7 Nov 2015 03:27:33 -0500 Subject: Improve LuaVoxelManip documentation --- builtin/game/constants.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'builtin') diff --git a/builtin/game/constants.lua b/builtin/game/constants.lua index ea3644cfb..d0b7c753c 100644 --- a/builtin/game/constants.lua +++ b/builtin/game/constants.lua @@ -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 -- cgit v1.2.3