From 60c5b5628a8ac2f9c5fb9922438d0dc1b221b440 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 11 Jun 2017 11:35:34 +0100 Subject: [PATCH] increase foot level --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 4f384c5..7016016 100644 --- a/api.lua +++ b/api.lua @@ -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)