Add files via upload

fork-master
AiTechEye 2018-08-16 15:55:48 +02:00 committed by GitHub
parent 4917ff18c6
commit fbc471c8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -318,7 +318,7 @@ smartshop.update=function(pos,stat)
smartshop.tmp.item=item
smartshop.tmp.pos=spos
local e = minetest.add_entity({x=pos.x+pos2.x,y=pos.y+pos2.y,z=pos.z+pos2.z},"smartshop:item")
e:setyaw(math.pi*2 - node.param2 * math.pi/2)
e:set_yaw(math.pi*2 - node.param2 * math.pi/2)
end
end
end
@ -693,3 +693,4 @@ can_dig = function(pos, player)
end
end,
})