diff options
author | BlockMen <nmuelll@web.de> | 2013-08-01 18:36:11 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-08-06 17:49:39 +0200 |
commit | 7b13d119ed917c137fc375eff790a7754fd93386 (patch) | |
tree | 7372138943e6ad4db52a037e95fec70035b5ffaa /builtin | |
parent | ba65e2ae6c9578309049b685f3052e424fb410b8 (diff) | |
download | minetest-7b13d119ed917c137fc375eff790a7754fd93386.tar.gz minetest-7b13d119ed917c137fc375eff790a7754fd93386.tar.bz2 minetest-7b13d119ed917c137fc375eff790a7754fd93386.zip |
Add support for different drowning damage and allow drowning in other nodetypes
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/item.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/item.lua b/builtin/item.lua index 9105d8c0c..6a01f37f6 100644 --- a/builtin/item.lua +++ b/builtin/item.lua @@ -490,6 +490,7 @@ minetest.nodedef_default = { liquid_alternative_flowing = "", liquid_alternative_source = "", liquid_viscosity = 0, + drowning = 0, light_source = 0, damage_per_second = 0, selection_box = {type="regular"}, |