[fences] Fix fencegate_open's selection_box

- Fix #288
This commit is contained in:
LeMagnesium 2015-09-28 18:47:01 +02:00
parent 5858a9cefb
commit a8d0f8c25a
1 changed files with 2 additions and 2 deletions

View File

@ -624,8 +624,8 @@ minetest.register_node("fences:fencegate_open", {
selection_box = {
type = "fixed",
fixed = {
{-1/2, -1/2+5/16, -1/16, -1/2+2/16, 1/2, 1/2}, --links
{1/2, -1/2+5/16, -1/16, 1/2, 1/2, 1/2-2/16}, --rechts
{-0.5, -0.5+5/16, -1/16, -1/2+2/16, 1/2, 1/2}, --links
{ 0.5, -1/2+5/16, -1/16, 1/2-2/16, 1/2, 1/2}, --rechts
}
},
--on_punch = function(pos, node, puncher)