Added a coffee maker
|
@ -2593,3 +2593,12 @@ minetest.register_craft({
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:coffee_maker",
|
||||
recipe = {
|
||||
{"homedecor:plastic_sheeting", "bucket:bucket_water", "homedecor:plastic_sheeting"},
|
||||
{"homedecor:plastic_sheeting", "default:glass", "homedecor:plastic_sheeting"},
|
||||
{"homedecor:plastic_sheeting", "homedecor:heating_element", "homedecor:plastic_sheeting"}
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
@ -1166,8 +1166,8 @@ minetest.register_node("homedecor:cutlery_set", {
|
|||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.125, -0.5, -0.4375, 0.125, -0.49, -0.1875}, -- NodeBox1
|
||||
{0.035, -0.5, -0.12, 0.042, -0.375, -0.036}, -- NodeBox2
|
||||
{-0.042, -0.5, -0.12, -0.035, -0.375, -0.036}, -- NodeBox3
|
||||
{0.035, -0.5, -0.12, 0.042, -0.375, -0.036}, -- NodeBox2
|
||||
{-0.042, -0.5, -0.12, -0.035, -0.375, -0.036}, -- NodeBox3
|
||||
{-0.042, -0.5, -0.12, 0.042, -0.375, -0.112}, -- NodeBox4
|
||||
{-0.042, -0.5, -0.044, 0.042, -0.375, -0.036}, -- NodeBox5
|
||||
{-0.042, -0.40, -0.12, 0.042, -0.5, -0.036}, -- NodeBox6
|
||||
|
@ -1184,10 +1184,10 @@ minetest.register_node("homedecor:cutlery_set", {
|
|||
{-0.1095, -0.5, -0.453, 0.1095, -0.48, -0.4375}, -- NodeBox17
|
||||
{-0.14, -0.5, -0.422, -0.125, -0.48, -0.203}, -- NodeBox18
|
||||
{0.125, -0.5, -0.422, 0.14, -0.48, -0.203}, -- NodeBox19
|
||||
{-0.125, -0.5, -0.203, -0.1095, -0.48, -0.1875}, -- NodeBox20
|
||||
{0.1095, -0.5, -0.203, 0.125, -0.48, -0.1875}, -- NodeBox21
|
||||
{-0.125, -0.5, -0.4375, -0.1095, -0.48, -0.422}, -- NodeBox22
|
||||
{0.1095, -0.5, -0.4375, 0.125, -0.48, -0.422}, -- NodeBox23
|
||||
{-0.125, -0.5, -0.203, -0.1095, -0.48, -0.1875}, -- NodeBox20
|
||||
{0.1095, -0.5, -0.203, 0.125, -0.48, -0.1875}, -- NodeBox21
|
||||
{-0.125, -0.5, -0.4375, -0.1095, -0.48, -0.422}, -- NodeBox22
|
||||
{0.1095, -0.5, -0.4375, 0.125, -0.48, -0.422}, -- NodeBox23
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
|
@ -1211,10 +1211,10 @@ minetest.register_node("homedecor:bottle_brown", {
|
|||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.032, -0.50, -0.11, 0.032, -0.3, -0.046}, -- NodeBox1
|
||||
{-0.016, -0.30, -0.094, 0.016, -0.2, -0.062}, -- NodeBox2
|
||||
{-0.032, -0.50, -0.11, 0.032, -0.3, -0.046}, -- NodeBox1
|
||||
{-0.016, -0.30, -0.094, 0.016, -0.2, -0.062}, -- NodeBox2
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_node("homedecor:bottle_green", {
|
||||
|
@ -1232,8 +1232,46 @@ minetest.register_node("homedecor:bottle_green", {
|
|||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.032, -0.50, -0.11, 0.032, -0.3, -0.046}, -- NodeBox1
|
||||
{-0.016, -0.30, -0.094, 0.016, -0.2, -0.062}, -- NodeBox2
|
||||
{-0.032, -0.50, -0.11, 0.032, -0.3, -0.046}, -- NodeBox1
|
||||
{-0.016, -0.30, -0.094, 0.016, -0.2, -0.062}, -- NodeBox2
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_node("homedecor:coffee_maker", {
|
||||
tiles = {
|
||||
"homedecor_coffeemaker_top.png",
|
||||
"homedecor_coffeemaker_bottom.png",
|
||||
"homedecor_coffeemaker_right.png",
|
||||
"homedecor_coffeemaker_left.png",
|
||||
"homedecor_coffeemaker_back.png",
|
||||
"homedecor_coffeemaker_front.png"
|
||||
},
|
||||
description = "Coffee Maker",
|
||||
inventory_image = "homedecor_coffeemaker_inv.png",
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy=3},
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{0.0625, -0.5, -0.025, 0.375, -0.375, 0.5}, -- NodeBox1
|
||||
{0.0625, -0.375, 0.3125, 0.375, 0, 0.5}, -- NodeBox2
|
||||
{0.0625, -0.052, 0.02, 0.375, 0.19, 0.5}, -- NodeBox3
|
||||
{0.078, -0.375, 0, 0.36, -0.0625, 0.3125}, -- NodeBox4
|
||||
{0.1875, -0.098, -0.0525, 0.25, -0.078, 0}, -- NodeBox5
|
||||
{0.1875, -0.36, -0.090, 0.25, -0.078, -0.0525}, -- NodeBox6
|
||||
{0.1875, -0.36, -0.0525, 0.25, -0.34, 0}, -- NodeBox7
|
||||
{-0.1875, -0.5, -0.3125, -0.1, -0.4, -0.225}, -- NodeBox8
|
||||
{-0.1975, -0.5, -0.3225, -0.1, -0.375, -0.3125}, -- NodeBox9
|
||||
{-0.1975, -0.5, -0.235, -0.1, -0.375, -0.225}, -- NodeBox10
|
||||
{-0.1975, -0.5, -0.3225, -0.1875, -0.375, -0.225}, -- NodeBox11
|
||||
{-0.11, -0.5, -0.3225, -0.1, -0.375, -0.225}, -- NodeBox12
|
||||
{-0.1, -0.485, -0.2838, -0.06, -0.475, -0.2638}, -- NodeBox13
|
||||
{-0.1, -0.4, -0.2838, -0.06, -0.39, -0.2638}, -- NodeBox14
|
||||
{-0.075, -0.485, -0.2838, -0.06, -0.39, -0.2638}, -- NodeBox15
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
BIN
homedecor/textures/homedecor_coffeemaker_back.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
homedecor/textures/homedecor_coffeemaker_bottom.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
homedecor/textures/homedecor_coffeemaker_front.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
homedecor/textures/homedecor_coffeemaker_inv.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
homedecor/textures/homedecor_coffeemaker_left.png
Normal file
After Width: | Height: | Size: 360 B |
BIN
homedecor/textures/homedecor_coffeemaker_right.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
homedecor/textures/homedecor_coffeemaker_top.png
Normal file
After Width: | Height: | Size: 401 B |