1
0
zrcadlo https://github.com/mt-mods/homedecor_modpack.git synchronizováno 2025-07-14 03:40:21 +02:00

added decorative washing machine and tumble dryer

(no craft recipes yet)
Tento commit je obsažen v:
Vanessa Ezekowitz
2014-06-25 01:02:26 -04:00
rodič 2762652d12
revize b3268caa4b
12 změnil soubory, kde provedl 59 přidání a 0 odebrání

Zobrazit soubor

@ -72,6 +72,9 @@ dofile(homedecor.modpath.."/fences.lua")
dofile(homedecor.modpath.."/lighting.lua")
dofile(homedecor.modpath.."/kitchen_cabinet.lua")
dofile(homedecor.modpath.."/refrigerator.lua")
dofile(homedecor.modpath.."/laundry.lua")
dofile(homedecor.modpath.."/furnaces.lua")
dofile(homedecor.modpath.."/nightstands.lua")

56
homedecor/laundry.lua Normální soubor
Zobrazit soubor

@ -0,0 +1,56 @@
-- laundry devices
minetest.register_node("homedecor:washing_machine", {
description = "Washing Machine",
drawtype = "nodebox",
tiles = {
"homedecor_washing_machine_top.png",
"homedecor_washing_machine_bottom.png",
"homedecor_washing_machine_sides.png",
"homedecor_washing_machine_sides.png^[transformFX",
"homedecor_washing_machine_back.png",
"homedecor_washing_machine_front.png"
},
paramtype = "light",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.375, 0.375},
{-0.5, -0.5, 0.3125, 0.5, 0.5, 0.5},
}
},
selection_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
},
groups = { snappy = 3 },
})
minetest.register_node("homedecor:dryer", {
description = "Tumble dryer",
drawtype = "nodebox",
tiles = {
"homedecor_dryer_top.png",
"homedecor_dryer_bottom.png",
"homedecor_dryer_sides.png",
"homedecor_dryer_sides.png^[transformFX",
"homedecor_dryer_back.png",
"homedecor_dryer_front.png"
},
paramtype = "light",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.375, 0.375},
{-0.5, -0.5, 0.3125, 0.5, 0.5, 0.5},
}
},
selection_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
},
groups = { snappy = 3 },
})

binární
homedecor/textures/homedecor_dryer_back.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 222 B

binární
homedecor/textures/homedecor_dryer_bottom.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 235 B

binární
homedecor/textures/homedecor_dryer_front.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 237 B

binární
homedecor/textures/homedecor_dryer_sides.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 210 B

binární
homedecor/textures/homedecor_dryer_top.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 215 B

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 224 B

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 232 B

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 222 B

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 209 B

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 233 B