forked from VoxeLibre/VoxeLibre
Fix pressure plates being pressed by new chest size
this fixes the problem for chests, with paintings it would need to go down considerably ( .65 was the value i determined)
This commit is contained in:
parent
3066d966a1
commit
ba7da6a885
|
@ -37,7 +37,7 @@ local function pp_on_timer(pos, elapsed)
|
|||
end
|
||||
end
|
||||
|
||||
local objs = minetest.get_objects_inside_radius(pos, 1)
|
||||
local objs = minetest.get_objects_inside_radius(pos, .99)
|
||||
|
||||
if node.name == basename .. "_on" then
|
||||
local disable
|
||||
|
|
Loading…
Reference in New Issue