1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 22:26:08 +02:00

Sent last global variables' patchs

- There is, from now on, no more known global variables error in the repository! (not 100% guaranteed)
This commit is contained in:
LeMagnesium
2015-01-15 19:57:57 +01:00
parent 92c4155c79
commit dde4d34ab4
3 changed files with 4 additions and 3 deletions

View File

@ -71,6 +71,7 @@ end
local p0 = {-2/16, -1/2, -2/16, 2/16, 1/2, 2/16}
local p1 = {-2/16, 1/2, -2/16, -2/16, 1/2+8/16, -2/16}
local p2 = {-2/16, 1/2, 2/16, -2/16, 1/2+8/16, 2/16}
local p3 = {0, 0, 0, 0, 0, 0}
local p4 = {2/16, 1/2, -2/16, 2/16, 1/2+8/16, -2/16}
local p5 = {2/16, 1/2, 2/16, 2/16, 1/2+8/16, 2/16}
@ -532,7 +533,7 @@ minetest.register_node("fences:fence_wood_13", { --right(2)+top(11)=13
type = "fixed",
fixed = {
p0,p1,p2,p3,p4,p5,
z2,z22,x1,x12,
z2,z22,x1,x22,
bz1,bz11,bx1,bx11,
}
},