Fix onstate corner drop

I blame khonkhortisan
This commit is contained in:
Jeija 2013-02-19 16:42:33 +01:00
parent ad9dde706e
commit d36dd865ad
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ minetest.register_node("mesecons_extrawires:corner_on", {
selection_box = corner_selectionbox,
node_box = corner_nodebox,
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
drop = "mesecons_insulated:insulated_off",
drop = "mesecons_extrawires:corner_off",
mesecons = {conductor =
{
state = mesecon.state.on,