From f25c9a9572deb20778b3a4c647790145c3acca2d Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sat, 5 Feb 2022 14:51:03 -0500 Subject: [PATCH] fix hd gastronomy warnings --- homedecor_gastronomy/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homedecor_gastronomy/init.lua b/homedecor_gastronomy/init.lua index 4cc18b66..b71676b3 100644 --- a/homedecor_gastronomy/init.lua +++ b/homedecor_gastronomy/init.lua @@ -136,6 +136,7 @@ homedecor.register("toaster", { tiles = { "homedecor_toaster_sides.png" }, inventory_image = "homedecor_toaster_inv.png", walkable = false, + use_texture_alpha = "clip", groups = { snappy=3 }, node_box = { type = "fixed", @@ -165,6 +166,7 @@ homedecor.register("toaster_loaf", { "homedecor_toaster_sides.png" }, walkable = false, + use_texture_alpha = "clip", groups = { snappy=3, not_in_creative_inventory=1 }, node_box = { type = "fixed",