forked from minetest-mods/mesecons
Fix pressure plate (onstate) nodebox
This commit is contained in:
parent
fc5245139d
commit
b0bef909a0
|
@ -5,7 +5,7 @@ local pp_box_off = {
|
||||||
|
|
||||||
local pp_box_on = {
|
local pp_box_on = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
|
fixed = { -7/16, -8/16, -7/16, 7/16, -7.5/16, 7/16 },
|
||||||
}
|
}
|
||||||
|
|
||||||
pp_on_timer = function (pos, elapsed)
|
pp_on_timer = function (pos, elapsed)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user