BBQ: texture bug fixed

BBQ: texture bug fixed
This commit is contained in:
kilbith 2014-09-18 09:30:55 +02:00 committed by Vanessa Ezekowitz
parent 0a4fd59cba
commit d8c20f333b
1 changed files with 9 additions and 9 deletions

View File

@ -1568,16 +1568,16 @@ minetest.register_node("homedecor:barbecue", {
{-0.5, -0.5, -0.3125, -0.4375, 0.0625, -0.25}, -- NodeBox3
{0.4375, -0.5, -0.3125, 0.5, 0.0625, -0.25}, -- NodeBox4
{-0.5, 0.0625, -0.3125, 0.5, 0.375, 0.3125}, -- NodeBox5
{-0.375, 0.5, -0.25, -0.3125, 0.5, 0.25}, -- NodeBox6
{-0.25, 0.5, -0.25, -0.1875, 0.5, 0.25}, -- NodeBox7
{-0.125, 0.5, -0.25, -0.0625, 0.5, 0.25}, -- NodeBox8
{0, 0.5, -0.25, 0.0625, 0.5, 0.25}, -- NodeBox9
{0.125, 0.5, -0.25, 0.1875, 0.5, 0.25}, -- NodeBox10
{0.25, 0.5, -0.25, 0.3125, 0.5, 0.25}, -- NodeBox11
{0.375, 0.5, -0.25, 0.4375, 0.5, 0.25}, -- NodeBox12
{-0.5, 0.375, 0.25, 0.5, 0.5, 0.3125}, -- NodeBox13
{-0.375, 0.5, -0.25, -0.313, 0.5, 0.251}, -- NodeBox6
{-0.25, 0.5, -0.25, -0.188, 0.5, 0.251}, -- NodeBox7
{-0.125, 0.5, -0.25, -0.063, 0.5, 0.251}, -- NodeBox8
{0, 0.5, -0.25, 0.062, 0.5, 0.251}, -- NodeBox9
{0.125, 0.5, -0.25, 0.187, 0.5, 0.251}, -- NodeBox10
{0.25, 0.5, -0.25, 0.312, 0.5, 0.251}, -- NodeBox11
{0.375, 0.5, -0.25, 0.437, 0.5, 0.251}, -- NodeBox12
{-0.5, 0.375, 0.251, 0.5, 0.5, 0.3125}, -- NodeBox13
{-0.5, 0.0625, -0.3125, 0.5, 0.5, -0.25}, -- NodeBox14
{-0.5, 0.0625, -0.3125, -0.4375, 0.5, 0.3125}, -- NodeBox15
{-0.5, 0.0625, -0.3125, -0.438, 0.5, 0.3125}, -- NodeBox15
{0.4375, 0.0625, -0.3125, 0.5, 0.5, 0.3125}, -- NodeBox16
}
},