add dishwasher

此提交包含在:
Vanessa Ezekowitz
2014-06-26 08:39:30 -04:00
父節點 33ffaf6d21
當前提交 815c10eb64
共有 6 個檔案被更改,包括 31 行新增0 行删除

查看文件

@@ -586,3 +586,34 @@ minetest.register_node('homedecor:filing_cabinet', {
)) ))
end, end,
}) })
minetest.register_node("homedecor:dishwasher", {
description = "Dishwasher",
drawtype = "nodebox",
tiles = {
"homedecor_dishwasher_top.png",
"homedecor_dishwasher_bottom.png",
"homedecor_dishwasher_sides.png",
"homedecor_dishwasher_sides.png^[transformFX",
"homedecor_dishwasher_back.png",
"homedecor_dishwasher_front.png"
},
paramtype = "light",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5},
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375},
{-0.5, -0.5, -0.5, 0.5, 0.1875, 0.1875},
{-0.4375, -0.5, -0.5, 0.4375, 0.4375, 0.4375},
}
},
selection_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
},
groups = { snappy = 3 },
})

未顯示二進位檔案。

之後

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

未顯示二進位檔案。

之後

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

未顯示二進位檔案。

之後

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

未顯示二進位檔案。

之後

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

未顯示二進位檔案。

之後

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