2017-01-31 06:34:41 +01:00
|
|
|
|
2019-04-21 17:25:21 +02:00
|
|
|
local S = homedecor.gettext
|
2017-01-31 06:34:41 +01:00
|
|
|
|
2015-01-24 00:34:02 +01:00
|
|
|
homedecor.register("power_outlet", {
|
2017-01-31 06:34:41 +01:00
|
|
|
description = S("Power Outlet"),
|
2014-06-26 05:08:20 +02:00
|
|
|
tiles = {
|
|
|
|
"homedecor_outlet_edges.png",
|
|
|
|
"homedecor_outlet_edges.png",
|
|
|
|
"homedecor_outlet_edges.png",
|
|
|
|
"homedecor_outlet_edges.png",
|
|
|
|
"homedecor_outlet_back.png",
|
2014-11-03 12:46:45 +01:00
|
|
|
"homedecor_outlet_edges.png"
|
2014-06-26 05:08:20 +02:00
|
|
|
},
|
2014-08-02 02:45:41 +02:00
|
|
|
inventory_image = "homedecor_outlet_inv.png",
|
2014-06-26 05:08:20 +02:00
|
|
|
node_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {
|
2014-08-02 06:12:23 +02:00
|
|
|
{ -0.125, -0.3125, 0.4375, 0.125, 0, 0.5},
|
|
|
|
}
|
|
|
|
},
|
|
|
|
selection_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {
|
|
|
|
{ -0.1875, -0.375, 0.375, 0.1875, 0.0625, 0.5},
|
2014-06-26 05:08:20 +02:00
|
|
|
}
|
|
|
|
},
|
2014-08-02 02:45:41 +02:00
|
|
|
groups = {cracky=3,dig_immediate=2},
|
2015-04-29 14:14:36 +02:00
|
|
|
walkable = false
|
2014-06-26 05:08:20 +02:00
|
|
|
})
|
|
|
|
|
2015-01-24 00:34:02 +01:00
|
|
|
homedecor.register("light_switch", {
|
2017-01-31 06:34:41 +01:00
|
|
|
description = S("Light switch"),
|
2014-06-26 05:08:20 +02:00
|
|
|
tiles = {
|
|
|
|
"homedecor_light_switch_edges.png",
|
|
|
|
"homedecor_light_switch_edges.png",
|
|
|
|
"homedecor_light_switch_edges.png",
|
|
|
|
"homedecor_light_switch_edges.png",
|
|
|
|
"homedecor_light_switch_back.png",
|
|
|
|
"homedecor_light_switch_front.png"
|
|
|
|
},
|
2014-08-02 02:45:41 +02:00
|
|
|
inventory_image = "homedecor_light_switch_inv.png",
|
2014-06-26 05:08:20 +02:00
|
|
|
node_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {
|
2014-08-02 06:12:23 +02:00
|
|
|
{ -0.125, -0.5, 0.4375, 0.125, -0.1875, 0.5 },
|
|
|
|
{ -0.03125, -0.3125, 0.40625, 0.03125, -0.25, 0.5 },
|
2014-06-26 05:08:20 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
},
|
2014-08-02 06:12:23 +02:00
|
|
|
selection_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {
|
|
|
|
{ -0.1875, -0.5625, 0.375, 0.1875, -0.1250, 0.5 },
|
|
|
|
}
|
|
|
|
},
|
2014-08-02 02:45:41 +02:00
|
|
|
groups = {cracky=3,dig_immediate=2},
|
2015-04-29 14:14:36 +02:00
|
|
|
walkable = false
|
2014-06-26 05:08:20 +02:00
|
|
|
})
|
|
|
|
|
2015-01-23 22:48:40 +01:00
|
|
|
|
2015-01-24 00:34:02 +01:00
|
|
|
homedecor.register("doorbell", {
|
2015-01-23 22:48:40 +01:00
|
|
|
tiles = { "homedecor_doorbell.png" },
|
|
|
|
inventory_image = "homedecor_doorbell_inv.png",
|
2017-01-31 06:34:41 +01:00
|
|
|
description = S("Doorbell"),
|
2015-01-23 22:48:40 +01:00
|
|
|
groups = {snappy=3},
|
2015-04-29 14:14:36 +02:00
|
|
|
walkable = false,
|
2015-01-23 22:48:40 +01:00
|
|
|
node_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {
|
|
|
|
{-0.0625, 0, 0.46875, 0.0625, 0.1875, 0.5}, -- NodeBox1
|
|
|
|
{-0.03125, 0.0625, 0.45, 0.03125, 0.125, 0.4675}, -- NodeBox2
|
|
|
|
}
|
|
|
|
},
|
2017-02-21 00:30:59 +01:00
|
|
|
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
2015-01-23 22:48:40 +01:00
|
|
|
minetest.sound_play("homedecor_doorbell", {
|
|
|
|
pos = pos,
|
|
|
|
gain = 1.0,
|
|
|
|
max_hear_distance = 15
|
|
|
|
})
|
|
|
|
end
|
|
|
|
})
|
2019-04-20 21:49:36 +02:00
|
|
|
|
|
|
|
-- crafting
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "homedecor:power_outlet",
|
|
|
|
recipe = {
|
|
|
|
{"basic_materials:plastic_sheet", "basic_materials:copper_strip"},
|
|
|
|
{"basic_materials:plastic_sheet", ""},
|
|
|
|
{"basic_materials:plastic_sheet", "basic_materials:copper_strip"}
|
|
|
|
},
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "homedecor:light_switch",
|
|
|
|
recipe = {
|
|
|
|
{"", "basic_materials:plastic_sheet", "basic_materials:copper_strip"},
|
|
|
|
{"basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:copper_strip"},
|
|
|
|
{"", "basic_materials:plastic_sheet", "basic_materials:copper_strip"}
|
|
|
|
},
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "homedecor:doorbell",
|
|
|
|
recipe = {
|
|
|
|
{ "homedecor:light_switch", "basic_materials:energy_crystal_simple", "homedecor:speaker_driver" }
|
|
|
|
},
|
|
|
|
})
|