From d8c20f333b3e568c33b3183aa0bb2a3d590dde74 Mon Sep 17 00:00:00 2001 From: kilbith Date: Thu, 18 Sep 2014 09:30:55 +0200 Subject: [PATCH] BBQ: texture bug fixed BBQ: texture bug fixed --- homedecor/misc-nodes.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index c3fcbab7..30bcbf54 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -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 } },