diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 86957584..5464de4d 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -98,7 +98,10 @@ for i in ipairs(flowers_list) do homedecor.register("potted_"..flower, { description = S("Potted flower ("..flowerdesc..")"), mesh = "homedecor_flowerpot_small.obj", - tiles = {"homedecor_potted_"..flower..".png", "homedecor_potted.png"}, + tiles = { + "flowers_"..flower..".png", + "homedecor_potted.png" + }, walkable = false, groups = {snappy = 3}, sounds = default.node_sound_glass_defaults(), diff --git a/homedecor/textures/homedecor_potted_bonsai.png b/homedecor/textures/flowers_bonsai.png similarity index 100% rename from homedecor/textures/homedecor_potted_bonsai.png rename to homedecor/textures/flowers_bonsai.png diff --git a/homedecor/textures/homedecor_potted_cactus.png b/homedecor/textures/flowers_cactus.png similarity index 100% rename from homedecor/textures/homedecor_potted_cactus.png rename to homedecor/textures/flowers_cactus.png diff --git a/homedecor/textures/homedecor_potted_dandelion_white.png b/homedecor/textures/homedecor_potted_dandelion_white.png deleted file mode 100644 index 0b0a8230..00000000 Binary files a/homedecor/textures/homedecor_potted_dandelion_white.png and /dev/null differ diff --git a/homedecor/textures/homedecor_potted_dandelion_yellow.png b/homedecor/textures/homedecor_potted_dandelion_yellow.png deleted file mode 100644 index ec11c1c8..00000000 Binary files a/homedecor/textures/homedecor_potted_dandelion_yellow.png and /dev/null differ diff --git a/homedecor/textures/homedecor_potted_geranium.png b/homedecor/textures/homedecor_potted_geranium.png deleted file mode 100644 index 88de1d7f..00000000 Binary files a/homedecor/textures/homedecor_potted_geranium.png and /dev/null differ diff --git a/homedecor/textures/homedecor_potted_rose.png b/homedecor/textures/homedecor_potted_rose.png deleted file mode 100644 index e3b841d2..00000000 Binary files a/homedecor/textures/homedecor_potted_rose.png and /dev/null differ diff --git a/homedecor/textures/homedecor_potted_tulip.png b/homedecor/textures/homedecor_potted_tulip.png deleted file mode 100644 index 471fcd3a..00000000 Binary files a/homedecor/textures/homedecor_potted_tulip.png and /dev/null differ diff --git a/homedecor/textures/homedecor_potted_viola.png b/homedecor/textures/homedecor_potted_viola.png deleted file mode 100644 index 7971c76a..00000000 Binary files a/homedecor/textures/homedecor_potted_viola.png and /dev/null differ