From 40fb4a1299273a4cf087a5c4a047b86c264d4fbe Mon Sep 17 00:00:00 2001 From: cora Date: Fri, 14 Oct 2022 02:07:48 +0200 Subject: [PATCH] Fix texture warnings in torches --- mods/ITEMS/mcl_torches/api.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ITEMS/mcl_torches/api.lua b/mods/ITEMS/mcl_torches/api.lua index b3dbbef36..c3e6e1447 100644 --- a/mods/ITEMS/mcl_torches/api.lua +++ b/mods/ITEMS/mcl_torches/api.lua @@ -171,6 +171,7 @@ function mcl_torches.register_torch(def) light_source = def.light, groups = groups, drop = def.drop or itemstring, + use_texture_alpha = "clip", selection_box = { type = "wallmounted", wall_bottom = {-2/16, -0.5, -2/16, 2/16, 1/16, 2/16},