forked from VoxeLibre/VoxeLibre
Fix of the two warning
This commit is contained in:
parent
61953d5fc8
commit
2a51d901c4
|
@ -70,6 +70,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 = {-2/16, 1/2, 2/16, -2/16, 1/2+8/16, 2/16}
|
||||
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}
|
||||
|
||||
|
@ -436,7 +437,7 @@ minetest.register_node("fences:fence_wood_33", { --left(1)+top+bottom(32)=33
|
|||
type = "fixed",
|
||||
fixed = {
|
||||
p0,p1,p2,p3,p4,p5,
|
||||
z1,z12,x1,x12,x2,x21,
|
||||
z1,z12,x1,x12,x2,x22,
|
||||
bz1,bz11,bx1,bx11,bx2,bx21,
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue