diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-25 13:48:16 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-25 13:48:16 +0100 |
commit | 070f02126b2f9c714544ad8c343c08a8a0bf8720 (patch) | |
tree | 2e49859e011abda22ab45a68f798d8bdc45caada /api.lua | |
parent | 65f8c2c2808115bd30b9c5e46067dd3d5f043429 (diff) |
add new_api.txt documentation
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |