forked from mtcontrib/homedecor_modpack
add a wrought iron gate/door
This commit is contained in:
parent
d679ce058d
commit
15a11737e5
homedecor
door_models.luadoors_and_gates.lua
textures
homedecor_door_wrought_iron_left_bottom.pnghomedecor_door_wrought_iron_left_inv.pnghomedecor_door_wrought_iron_left_top.pnghomedecor_door_wrought_iron_lrb.pnghomedecor_door_wrought_iron_lrt.pnghomedecor_door_wrought_iron_right_bottom.pnghomedecor_door_wrought_iron_right_inv.pnghomedecor_door_wrought_iron_right_top.pnghomedecor_door_wrought_iron_tb.png
@ -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 }}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
BIN
homedecor/textures/homedecor_door_wrought_iron_left_bottom.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_left_bottom.png
Normal file
Binary file not shown.
After (image error) Size: 5.7 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_left_inv.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_left_inv.png
Normal file
Binary file not shown.
After (image error) Size: 6.7 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_left_top.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_left_top.png
Normal file
Binary file not shown.
After (image error) Size: 5.8 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_lrb.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_lrb.png
Normal file
Binary file not shown.
After (image error) Size: 303 B |
BIN
homedecor/textures/homedecor_door_wrought_iron_lrt.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_lrt.png
Normal file
Binary file not shown.
After (image error) Size: 305 B |
BIN
homedecor/textures/homedecor_door_wrought_iron_right_bottom.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_right_bottom.png
Normal file
Binary file not shown.
After (image error) Size: 5.7 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_right_inv.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_right_inv.png
Normal file
Binary file not shown.
After (image error) Size: 6.7 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_right_top.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_right_top.png
Normal file
Binary file not shown.
After (image error) Size: 5.8 KiB |
BIN
homedecor/textures/homedecor_door_wrought_iron_tb.png
Normal file
BIN
homedecor/textures/homedecor_door_wrought_iron_tb.png
Normal file
Binary file not shown.
After (image error) Size: 222 B |
Loading…
Reference in New Issue
Block a user