add wood framed glass pane, adjust frame color

master
asumface 2021-03-18 19:46:18 +01:00 committed by Hume2
parent 9dfcc040a6
commit c569201853
3 changed files with 13 additions and 0 deletions

View File

@ -53,6 +53,19 @@ register_pane("wood_frame", "Wood Frame", {
}
})
xpanes.register_pane("woodframed_pane", {
description = "Wood Framed Glass Pane",
textures = {"xdecor_woodframed_glass.png", "", "xdecor_edge_woodframed.png"},
inventory_image = "xdecor_woodframed_glass.png",
wield_image = "xdecor_woodframed_glass.png",
sounds = default.node_sound_glass_defaults(),
groups = {snappy=2, cracky=3, oddly_breakable_by_hand=3},
recipe = {
{"xdecor:woodframed_glass", "xdecor:woodframed_glass", "xdecor:woodframed_glass"},
{"xdecor:woodframed_glass", "xdecor:woodframed_glass", "xdecor:woodframed_glass"}
}
})
xdecor.register("baricade", {
description = "Baricade",
drawtype = "plantlike",

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 459 B