Fix negative offsets not being supported by container[]
[oweals/minetest.git] / builtin / game / constants.lua
index 50c515b24875b6fefc2abd68787b58b9fdf1a1db..0ee2a72371aece9403cf98c38aef419b6437c07a 100644 (file)
@@ -21,6 +21,10 @@ core.EMERGE_GENERATED   = 4
 -- constants.h
 -- Size of mapblocks in nodes
 core.MAP_BLOCKSIZE = 16
+-- Default maximal HP of a player
+core.PLAYER_MAX_HP_DEFAULT = 20
+-- Default maximal breath of a player
+core.PLAYER_MAX_BREATH_DEFAULT = 11
 
 -- light.h
 -- Maximum value for node 'light_source' parameter