diff --git a/vexcazer_schematic/init.lua b/vexcazer_schematic/init.lua index 23ba270..e234a4e 100644 --- a/vexcazer_schematic/init.lua +++ b/vexcazer_schematic/init.lua @@ -23,7 +23,7 @@ vexcazer_schematic.a=function(itemstack, user, pointed_thing,input,typ) else u.p = u.p or 1 local up = user:get_pos() - up.y = up.y +1 + up.y = up.y +0.5 pos = vector.round(up) u["pos"..u.p] = pos end