1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01:00

[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

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)