Use overlays on shelfs textures

This commit is contained in:
kilbith 2015-09-01 01:03:07 +02:00
parent 57d4767c65
commit 1d24a6eb97
3 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ xdecor.register("empty_shelf", {
description = "Empty Shelf", description = "Empty Shelf",
inventory = {size=24}, inventory = {size=24},
infotext = "Empty Shelf", infotext = "Empty Shelf",
tiles = {"default_wood.png", "xdecor_empty_shelf.png"}, tiles = {"default_wood.png", "default_wood.png^xdecor_empty_shelf.png"},
groups = {choppy=3, flammable=3}, groups = {choppy=3, flammable=3},
sounds = default.node_sound_wood_defaults() sounds = default.node_sound_wood_defaults()
}) })
@ -473,7 +473,7 @@ xdecor.register("multishelf", {
description = "Multi Shelf", description = "Multi Shelf",
inventory = {size=24}, inventory = {size=24},
infotext = "Multi Shelf", infotext = "Multi Shelf",
tiles = {"default_wood.png", "xdecor_multishelf.png"}, tiles = {"default_wood.png", "default_wood.png^xdecor_multishelf.png"},
groups = {choppy=3, flammable=3}, groups = {choppy=3, flammable=3},
sounds = default.node_sound_wood_defaults() sounds = default.node_sound_wood_defaults()
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 405 B