Updated homedecor
- Used new description name for soda machine coins
@ -125,7 +125,7 @@ minetest.register_craftitem("homedecor:soda_can", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("homedecor:coin", {
|
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",
|
inventory_image = "homedecor_coin.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -98,7 +98,10 @@ for i in ipairs(flowers_list) do
|
|||||||
homedecor.register("potted_"..flower, {
|
homedecor.register("potted_"..flower, {
|
||||||
description = S("Potted flower ("..flowerdesc..")"),
|
description = S("Potted flower ("..flowerdesc..")"),
|
||||||
mesh = "homedecor_flowerpot_small.obj",
|
mesh = "homedecor_flowerpot_small.obj",
|
||||||
tiles = {"homedecor_potted_"..flower..".png", "homedecor_potted.png"},
|
tiles = {
|
||||||
|
"flowers_"..flower..".png",
|
||||||
|
"homedecor_potted.png"
|
||||||
|
},
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy = 3},
|
groups = {snappy = 3},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 130 B |