Skip to content

Commit

Permalink
Disallow rotating jpanel_corner_*
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Jul 13, 2024
1 parent 4362050 commit 8bc1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_sliding_doors/jdoors1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ local function add_door(doora, doorb, doorc, doord, num, des)
{-0.5, -0.5, -0.0625, 0, 1.5, 0.0625},
}
},
on_rotate = screwdriver.rotate_simple,
on_rotate = screwdriver.disallow,
on_place = function(itemstack, placer, pointed_thing)
local p2 = minetest.dir_to_facedir(placer:get_look_dir())
local pos = pointed_thing.above
Expand Down

0 comments on commit 8bc1f2d

Please sign in to comment.