Better cabinet textures

master
kilbith 2015-09-01 11:14:05 +02:00
parent 1d24a6eb97
commit e803784072
6 changed files with 10 additions and 10 deletions

View File

@ -35,29 +35,29 @@ xdecor.register("barrel", {
})
xdecor.register("cabinet", {
description = "Cabinet",
description = "Wood Cabinet",
inventory = {size=24},
infotext = "Cabinet",
infotext = "Wood Cabinet",
groups = {choppy=3, flammable=3},
sounds = default.node_sound_wood_defaults(),
tiles = {
"default_wood.png", "default_wood.png",
"default_wood.png", "default_wood.png",
"default_wood.png", "xdecor_cabinet_front.png"
"xdecor_cabinet_sides.png", "xdecor_cabinet_sides.png",
"xdecor_cabinet_sides.png", "xdecor_cabinet_sides.png",
"xdecor_cabinet_sides.png", "xdecor_cabinet_front.png"
}
})
xdecor.register("cabinet_half", {
description = "Half Cabinet",
description = "Half Wood Cabinet",
inventory = {size=8},
infotext = "Half Cabinet",
infotext = "Half Wood Cabinet",
groups = {choppy=3, flammable=3},
sounds = default.node_sound_wood_defaults(),
node_box = xdecor.nodebox.slab_y(0.5, 0.5),
tiles = {
"default_wood.png", "default_wood.png",
"default_wood.png", "default_wood.png",
"default_wood.png", "xdecor_cabinet_half_front.png"
"xdecor_cabinet_sides.png", "xdecor_cabinet_sides.png",
"xdecor_half_cabinet_sides.png", "xdecor_half_cabinet_sides.png",
"xdecor_half_cabinet_sides.png", "xdecor_half_cabinet_front.png"
}
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B