diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua index 28abedc..bbe4d4b 100644 --- a/homedecor/lighting.lua +++ b/homedecor/lighting.lua @@ -157,6 +157,7 @@ homedecor.register("plasma_ball", { "homedecor_plasma_ball_glass.png", "homedecor_generic_plastic_black.png" }, + inventory_image = "homedecor_plasma_ball_inv.png", selection_box = { type = "fixed", fixed = { -0.1875, -0.5, -0.1875, 0.1875, 0, 0.1875 } diff --git a/homedecor/textures/homedecor_plasma_ball_inv.png b/homedecor/textures/homedecor_plasma_ball_inv.png new file mode 100644 index 0000000..1ee922a Binary files /dev/null and b/homedecor/textures/homedecor_plasma_ball_inv.png differ