add cabnets with sinks and cooktops, add oven, add box-shaped toilet.

master
Thomas 2019-03-15 20:35:15 -04:00
parent 5cce8f99cd
commit c71e2247df
18 changed files with 45 additions and 1 deletions

43
furniture.lua Executable file
View File

@ -0,0 +1,43 @@
minetest.register_node("modern_ish:cabinet", {
tiles = {"modern_ish_cabinet_top.png","modern_ish_darkwood_panel.png","modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_door.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
paramtype2 = "facedir",
description = "A (decorative only) cabinet.",
is_ground_content = false,
})
minetest.register_node("modern_ish:cabinet_sink", {
tiles = {"modern_ish_cabinet_top_sink.png","modern_ish_darkwood_panel.png","modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_door.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
paramtype2 = "facedir",
description = "A (decorative only) cabinet, with a sink.",
is_ground_content = false,
})
minetest.register_node("modern_ish:cabinet_cooktop", {
tiles = {"modern_ish_oven_top.png","modern_ish_darkwood_panel.png","modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_side.png", "modern_ish_cabinet_door.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
paramtype2 = "facedir",
description = "A (decorative only) cabinet, with an electric cooktop.",
is_ground_content = false,
})
minetest.register_node("modern_ish:oven", {
tiles = {"modern_ish_oven_top.png","modern_ish_bottom_generic.png","modern_ish_side_generic_stainless.png", "modern_ish_side_generic_stainless.png", "modern_ish_back_generic.png", "modern_ish_oven_door.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
paramtype2 = "facedir",
description = "A (decorative only) electric oven.",
is_ground_content = false,
})
minetest.register_node("modern_ish:boxtoilet", {
tiles = {"modern_ish_boxtoilet_top.png","modern_ish_boxtoilet_bottom.png","modern_ish_boxtoilet_side.png", "modern_ish_boxtoilet_side.png", "modern_ish_boxtoilet_back.png", "modern_ish_boxtoilet_front.png"},
groups = {snappy=1, choppy=2},
light_source = 0,
paramtype2 = "facedir",
description = "A box-shaped toilet",
is_ground_content = false,
})

View File

@ -398,4 +398,5 @@ dofile(modpathis.."/walls.lua")
dofile(modpathis.."/floors.lua")
dofile(modpathis.."/decor.lua")
dofile(modpathis.."/neon.lua")
dofile(modpathis.."/plants.lua")
dofile(modpathis.."/plants.lua")
dofile(modpathis.."/furniture.lua")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B