diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 346d1d9d..9a1ad974 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -736,6 +736,7 @@ for _, side in ipairs({"left", "right"}) do homedecor.banister_materials[i][3], homedecor.banister_materials[i][4] }, + inventory_image = "homedecor_banister_"..name.."_inv.png", groups = groups, selection_box = cbox, collision_box = cbox, diff --git a/homedecor/textures/homedecor_banister_brass_inv.png b/homedecor/textures/homedecor_banister_brass_inv.png new file mode 100644 index 00000000..48f7b4c5 Binary files /dev/null and b/homedecor/textures/homedecor_banister_brass_inv.png differ diff --git a/homedecor/textures/homedecor_banister_white_dark_inv.png b/homedecor/textures/homedecor_banister_white_dark_inv.png new file mode 100644 index 00000000..1b8bf287 Binary files /dev/null and b/homedecor/textures/homedecor_banister_white_dark_inv.png differ diff --git a/homedecor/textures/homedecor_banister_wood_inv.png b/homedecor/textures/homedecor_banister_wood_inv.png new file mode 100644 index 00000000..e4fac51a Binary files /dev/null and b/homedecor/textures/homedecor_banister_wood_inv.png differ diff --git a/homedecor/textures/homedecor_banister_wrought_iron_inv.png b/homedecor/textures/homedecor_banister_wrought_iron_inv.png new file mode 100644 index 00000000..5e3625d1 Binary files /dev/null and b/homedecor/textures/homedecor_banister_wrought_iron_inv.png differ