diff --git a/homedecor/door_models.lua b/homedecor/door_models.lua index b8d49508..8e6f9c63 100644 --- a/homedecor/door_models.lua +++ b/homedecor/door_models.lua @@ -331,5 +331,20 @@ homedecor.door_models = { {{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }} }, +---------- + + { + "wrought_iron", + S("Wrought Iron Gate/Door"), + + {{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }}, + + {{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }}, + + {{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }}, + + {{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }} + }, + } diff --git a/homedecor/doors_and_gates.lua b/homedecor/doors_and_gates.lua index 139b0312..d12f64d6 100644 --- a/homedecor/doors_and_gates.lua +++ b/homedecor/doors_and_gates.lua @@ -169,7 +169,7 @@ for i in ipairs(sides) do local lower_top_side = "homedecor_door_"..doorname.."_tb.png" local upper_bottom_side = "homedecor_door_"..doorname.."_tb.png" - if doorname == "glass" then + if doorname == "glass" or doorname == "wrought_iron" then lower_top_side = "homedecor_blanktile.png" upper_bottom_side = "homedecor_blanktile.png" end diff --git a/homedecor/textures/homedecor_door_wrought_iron_left_bottom.png b/homedecor/textures/homedecor_door_wrought_iron_left_bottom.png new file mode 100644 index 00000000..2a1e681f Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_left_bottom.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_left_inv.png b/homedecor/textures/homedecor_door_wrought_iron_left_inv.png new file mode 100644 index 00000000..9fbd6f46 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_left_inv.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_left_top.png b/homedecor/textures/homedecor_door_wrought_iron_left_top.png new file mode 100644 index 00000000..6cfca1e8 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_left_top.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_lrb.png b/homedecor/textures/homedecor_door_wrought_iron_lrb.png new file mode 100644 index 00000000..136d0b14 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_lrb.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_lrt.png b/homedecor/textures/homedecor_door_wrought_iron_lrt.png new file mode 100644 index 00000000..50662c75 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_lrt.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_right_bottom.png b/homedecor/textures/homedecor_door_wrought_iron_right_bottom.png new file mode 100644 index 00000000..e45bc192 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_right_bottom.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_right_inv.png b/homedecor/textures/homedecor_door_wrought_iron_right_inv.png new file mode 100644 index 00000000..7b4b2700 Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_right_inv.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_right_top.png b/homedecor/textures/homedecor_door_wrought_iron_right_top.png new file mode 100644 index 00000000..1a7b045c Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_right_top.png differ diff --git a/homedecor/textures/homedecor_door_wrought_iron_tb.png b/homedecor/textures/homedecor_door_wrought_iron_tb.png new file mode 100644 index 00000000..09de596e Binary files /dev/null and b/homedecor/textures/homedecor_door_wrought_iron_tb.png differ