make the new facedir code behave better.
This commit is contained in:
parent
0a9bc1d1fa
commit
d4b9ff0648
@ -184,7 +184,7 @@ function mcore.sensible_facedir(itemstack, placer, pointed_thing)
|
||||
|
||||
local pz = math.ceil(math.abs(placer:get_pos().z - rpos.z))
|
||||
|
||||
if px < 2 and pz < 2 then
|
||||
if px < 3 and pz < 3 then
|
||||
|
||||
local pY = math.ceil(math.abs(placer:get_pos().y + 0.5))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user