Add files via upload

master
AiTechEye 2021-01-02 12:56:58 +01:00 committed by GitHub
parent 399d040e0c
commit 6d65655436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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