add dishwasher

Esse commit está contido em:
Vanessa Ezekowitz
2014-06-26 08:39:30 -04:00
commit 815c10eb64
6 arquivos alterados com 31 adições e 0 exclusões

Ver arquivo

@@ -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 },
})

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 535 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 552 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 140 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 411 B

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 534 B