Fix torch selectionbox

This commit is contained in:
Wuzzy 2017-02-10 14:46:20 +01:00
parent e06b08b23e
commit 944c97e744
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})