diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua index 460afe64..b933dc2e 100644 --- a/homedecor/lighting.lua +++ b/homedecor/lighting.lua @@ -129,7 +129,7 @@ end homedecor.register("plasma_lamp", { description = "Plasma Lamp", drawtype = "glasslike_framed", - tiles = {"homedecor_gold_block.png","homedecor_glass_face_clean.png"}, + tiles = {"default_gold_block.png","homedecor_glass_face_clean.png"}, special_tiles = { { name="homedecor_plasma_storm.png", diff --git a/homedecor/textures/homedecor_gold_block.png b/homedecor/textures/homedecor_gold_block.png deleted file mode 100644 index dd9311c8..00000000 Binary files a/homedecor/textures/homedecor_gold_block.png and /dev/null differ