diff --git a/nodes.lua b/nodes.lua index 01ec3b3..b5ae908 100644 --- a/nodes.lua +++ b/nodes.lua @@ -73,7 +73,7 @@ xdecor.register("candle", { light_source = 12, drawtype = "torchlike", inventory_image = "xdecor_candle_inv.png", - wield_image = "xdecor_candle_inv.png", + wield_image = "xdecor_candle_wield.png", paramtype2 = "wallmounted", legacy_wallmounted = true, walkable = false, diff --git a/textures/xdecor_candle_wield.png b/textures/xdecor_candle_wield.png new file mode 100644 index 0000000..d5a8a0c Binary files /dev/null and b/textures/xdecor_candle_wield.png differ