Remove facedir, add sounds to redstone wires

This commit is contained in:
Wuzzy 2018-01-09 17:31:23 +01:00
parent 3e3b447132
commit bb31415670
1 changed files with 1 additions and 1 deletions

View File

@ -245,12 +245,12 @@ Read the help entries on the other redstone components to learn how redstone com
inventory_image = "redstone_redstone_dust.png",
wield_image = "redstone_redstone_dust.png",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
selection_box = selectionbox,
node_box = nodebox,
walkable = false,
drop = "mesecons:wire_00000000_off",
sounds = mcl_sounds.node_sound_defaults(),
mesecon_wire = true
}, {tiles = tiles_off, mesecons = meseconspec_off, groups = groups_off},
{tiles = tiles_on, mesecons = meseconspec_on, groups = groups_on})