Add new door

此提交包含在:
jp
2014-11-07 13:39:48 +01:00
父節點 9ee9262a54
當前提交 76350ac642
共有 14 個檔案被更改,包括 27 行新增1 行删除

查看文件

@@ -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

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 673 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 1.3 KiB

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 671 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 331 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 331 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 661 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 676 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 313 B

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 3.2 KiB

之後

寬度:  |  高度:  |  大小: 1.3 KiB

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 736 B

之後

寬度:  |  高度:  |  大小: 639 B

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 735 B

之後

寬度:  |  高度:  |  大小: 648 B