From 944c97e744c71e134490816389e23a3aca6b09a0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 10 Feb 2017 14:46:20 +0100 Subject: [PATCH] Fix torch selectionbox --- mods/mcl_torches/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mcl_torches/init.lua b/mods/mcl_torches/init.lua index 24ee53a8f..2fedbb793 100644 --- a/mods/mcl_torches/init.lua +++ b/mods/mcl_torches/init.lua @@ -96,7 +96,7 @@ mcl_torches.register_torch = function(substring, description, icon, mesh_floor, type = "wallmounted", wall_top = {-0.1, -0.1, -0.1, 0.1, 0.5, 0.1}, wall_bottom = {-0.1, -0.5, -0.1, 0.1, 0.1, 0.1}, - wall_side = {-0.5, -0.3, -0.1, -0.2, 0.3, 0.1}, + wall_side = {-0.5, -0.5, -0.1, -0.2, 0.1, 0.1}, }, sounds = sounds, })