summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-09-25 13:48:16 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-09-25 13:48:16 +0100
commit070f02126b2f9c714544ad8c343c08a8a0bf8720 (patch)
tree2e49859e011abda22ab45a68f798d8bdc45caada /api.lua
parent65f8c2c2808115bd30b9c5e46067dd3d5f043429 (diff)
add new_api.txt documentation
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 0fe0e40..0ab5f66 100644
--- a/api.lua
+++ b/api.lua
@@ -2685,7 +2685,7 @@ minetest.register_entity(name, {
attacks_monsters = def.attacks_monsters or false,
group_attack = def.group_attack or false,
passive = def.passive or false,
- recovery_time = def.recovery_time or 0.5,
+-- recovery_time = def.recovery_time or 0.5,
knock_back = def.knock_back or 3,
blood_amount = def.blood_amount or 5,
blood_texture = def.blood_texture or "mobs_blood.png",