1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 22:10:21 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2022-06-25 16:49:30 +02:00
4 changed files with 7 additions and 14 deletions

View File

@ -121,7 +121,7 @@ function lrfurn.sit(pos, node, clicker, itemstack, pointed_thing, seats)
--seat the player
sit_pos.y = sit_pos.y-0.5
clicker:setpos(sit_pos)
clicker:set_pos(sit_pos)
return itemstack
end