Merge pull request #401 from Wuzzy2/sfx

Add missing sound effects and fix wrong pressure plate sounds
This commit is contained in:
Vitaliy
2018-07-18 01:37:45 +03:00
committed by GitHub
12 changed files with 47 additions and 10 deletions

View File

@ -42,6 +42,7 @@ minetest.register_node("mesecons_extrawires:corner_on", {
node_box = corner_nodebox,
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
drop = "mesecons_extrawires:corner_off",
sounds = default.node_sound_defaults(),
mesecons = {conductor =
{
state = mesecon.state.on,
@ -71,6 +72,7 @@ minetest.register_node("mesecons_extrawires:corner_off", {
selection_box = corner_selectionbox,
node_box = corner_nodebox,
groups = {dig_immediate = 3},
sounds = default.node_sound_defaults(),
mesecons = {conductor =
{
state = mesecon.state.off,