mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-17 05:10:25 +02:00
Replace deprecated functions (#37)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user