made potted flowers directly reference minetest_game flower images where possible.
|
@ -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 |