mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
parent
5858a9cefb
commit
a8d0f8c25a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user