Fix the nodename of a drop

This commit is contained in:
Kyle 2013-02-18 10:27:11 -08:00
parent 0e34696214
commit 09ac201bac
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_extrawires:insulated_off",
drop = "mesecons_insulated:insulated_off",
mesecons = {conductor =
{
state = mesecon.state.on,