Fix of the two warning

master
davedevils 2015-07-01 06:12:51 +02:00
parent 61953d5fc8
commit 2a51d901c4
1 changed files with 3 additions and 2 deletions

View File

@ -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,
}
},
@ -688,4 +689,4 @@ if override_original == true then
minetest.env:punch_node(pos)
end
})
end
end