mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Change lectern wdir check to allow placement on node sides (#4263)
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4263 Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com> Co-authored-by: JoseDouglas26 <josedouglas20002014@gmail.com> Co-committed-by: JoseDouglas26 <josedouglas20002014@gmail.com>
This commit is contained in:
parent
2430953a81
commit
18342e44c8
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@ local lectern_def = {
|
||||||
if wdir == 0 then
|
if wdir == 0 then
|
||||||
return itemstack
|
return itemstack
|
||||||
-- IE., no Hanging Lecterns for you!
|
-- IE., no Hanging Lecterns for you!
|
||||||
end
|
else
|
||||||
if wdir == 1 then
|
|
||||||
-- (only make standing nodes...)
|
-- (only make standing nodes...)
|
||||||
-- Determine the rotation based on player's yaw
|
-- Determine the rotation based on player's yaw
|
||||||
local yaw = pi * 2 - placer:get_look_horizontal()
|
local yaw = pi * 2 - placer:get_look_horizontal()
|
||||||
|
|
Loading…
Reference in a new issue