Add new door
|
@ -1853,6 +1853,17 @@ minetest.register_craft( {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- woodglass door type 2
|
||||||
|
|
||||||
|
minetest.register_craft( {
|
||||||
|
output = "homedecor:door_woodglass2_bottom_left",
|
||||||
|
recipe = {
|
||||||
|
{ "default:glass", "default:glass", "" },
|
||||||
|
{ "default:wood", "default:wood", "default:iron_lump" },
|
||||||
|
{ "default:wood", "default:wood", "" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
-- washer and dryer
|
-- washer and dryer
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
|
|
|
@ -361,5 +361,20 @@ homedecor.door_models = {
|
||||||
{{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }}
|
{{ -8/16, -8/16, 6/16, 8/16, 8/16, 8/16 }}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
---------
|
||||||
|
|
||||||
|
{
|
||||||
|
"woodglass2",
|
||||||
|
S("Woodglass door type2"),
|
||||||
|
|
||||||
|
{{ -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 }}
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,7 @@ for i in ipairs(sides) do
|
||||||
local nodeboxes_top = homedecor.door_models[j][5]
|
local nodeboxes_top = homedecor.door_models[j][5]
|
||||||
local nodeboxes_bottom = homedecor.door_models[j][6]
|
local nodeboxes_bottom = homedecor.door_models[j][6]
|
||||||
local texalpha = false
|
local texalpha = false
|
||||||
if doorname == "exterior_fancy" then
|
if doorname == "exterior_fancy" or "woodglass" or "woodglass2" then
|
||||||
texalpha = true
|
texalpha = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
BIN
homedecor/textures/homedecor_door_woodglass2_left_bottom.png
Normal file
After Width: | Height: | Size: 673 B |
BIN
homedecor/textures/homedecor_door_woodglass2_left_inv.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
homedecor/textures/homedecor_door_woodglass2_left_top.png
Normal file
After Width: | Height: | Size: 671 B |
BIN
homedecor/textures/homedecor_door_woodglass2_lrb.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
homedecor/textures/homedecor_door_woodglass2_lrt.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
homedecor/textures/homedecor_door_woodglass2_right_bottom.png
Normal file
After Width: | Height: | Size: 661 B |
BIN
homedecor/textures/homedecor_door_woodglass2_right_top.png
Normal file
After Width: | Height: | Size: 676 B |
BIN
homedecor/textures/homedecor_door_woodglass2_tb.png
Normal file
After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 648 B |