Use overlays on shelfs textures
This commit is contained in:
parent
57d4767c65
commit
1d24a6eb97
@ -267,7 +267,7 @@ xdecor.register("empty_shelf", {
|
||||
description = "Empty Shelf",
|
||||
inventory = {size=24},
|
||||
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},
|
||||
sounds = default.node_sound_wood_defaults()
|
||||
})
|
||||
@ -473,7 +473,7 @@ xdecor.register("multishelf", {
|
||||
description = "Multi Shelf",
|
||||
inventory = {size=24},
|
||||
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},
|
||||
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 |
Loading…
Reference in New Issue
Block a user