]> git.lizzy.rs Git - minetest.git/blobdiff - builtin/game/constants.lua
Save metainfo for falling nodes
[minetest.git] / builtin / game / constants.lua
index 56fca92892c22af6926975c2b615de288d663a52..50c515b24875b6fefc2abd68787b58b9fdf1a1db 100644 (file)
@@ -19,4 +19,9 @@ core.EMERGE_FROM_DISK   = 3
 core.EMERGE_GENERATED   = 4
 
 -- constants.h
+-- Size of mapblocks in nodes
 core.MAP_BLOCKSIZE = 16
+
+-- light.h
+-- Maximum value for node 'light_source' parameter
+core.LIGHT_MAX = 14