1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +02:00

Updated homedecor

- Used new description name for soda machine coins
This commit is contained in:
LeMagnesium 2015-06-22 17:43:06 +02:00
parent a752f6efad
commit 5cdb105831
10 changed files with 5 additions and 2 deletions

View File

@ -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",
})

View File

@ -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(),

View File

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B