diff --git a/mods/homedecor_modpack/homedecor/crafts.lua b/mods/homedecor_modpack/homedecor/crafts.lua index 6e8d4aac..ca1783e3 100755 --- a/mods/homedecor_modpack/homedecor/crafts.lua +++ b/mods/homedecor_modpack/homedecor/crafts.lua @@ -125,7 +125,7 @@ minetest.register_craftitem("homedecor:soda_can", { }) minetest.register_craftitem("homedecor:coin", { - description = "Gold Coin (only for machine)", -- Modif MFF + description = "Gold Coin (for soda vending machine)", inventory_image = "homedecor_coin.png", }) diff --git a/mods/homedecor_modpack/homedecor/misc-nodes.lua b/mods/homedecor_modpack/homedecor/misc-nodes.lua index 1bcb6623..759abe19 100755 --- a/mods/homedecor_modpack/homedecor/misc-nodes.lua +++ b/mods/homedecor_modpack/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/mods/homedecor_modpack/homedecor/textures/homedecor_potted_bonsai.png b/mods/homedecor_modpack/homedecor/textures/flowers_bonsai.png similarity index 100% rename from mods/homedecor_modpack/homedecor/textures/homedecor_potted_bonsai.png rename to mods/homedecor_modpack/homedecor/textures/flowers_bonsai.png diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_cactus.png b/mods/homedecor_modpack/homedecor/textures/flowers_cactus.png similarity index 100% rename from mods/homedecor_modpack/homedecor/textures/homedecor_potted_cactus.png rename to mods/homedecor_modpack/homedecor/textures/flowers_cactus.png diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_white.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_white.png deleted file mode 100755 index 0b0a8230..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_white.png and /dev/null differ diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_yellow.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_yellow.png deleted file mode 100755 index ec11c1c8..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_dandelion_yellow.png and /dev/null differ diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_geranium.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_geranium.png deleted file mode 100755 index 88de1d7f..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_geranium.png and /dev/null differ diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_rose.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_rose.png deleted file mode 100755 index e3b841d2..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_rose.png and /dev/null differ diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_tulip.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_tulip.png deleted file mode 100755 index 471fcd3a..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_tulip.png and /dev/null differ diff --git a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_viola.png b/mods/homedecor_modpack/homedecor/textures/homedecor_potted_viola.png deleted file mode 100755 index 7971c76a..00000000 Binary files a/mods/homedecor_modpack/homedecor/textures/homedecor_potted_viola.png and /dev/null differ