diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-11 11:35:34 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-11 11:35:34 +0100 |
commit | 60c5b5628a8ac2f9c5fb9922438d0dc1b221b440 (patch) | |
tree | 57726cde867e3e08680341095b0a2f9a4d849314 /api.lua | |
parent | 6f259cb047dc55903a0282cf5847a4c98d78f2aa (diff) |
increase foot level
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ local do_env_damage = function(self) end -- what is mob standing in? - pos.y = pos.y + self.collisionbox[2] + 0.1 -- foot level + pos.y = pos.y + self.collisionbox[2] + 0.25 -- foot level self.standing_in = node_ok(pos, "air").name -- print ("standing in " .. self.standing_in) |