summaryrefslogtreecommitdiff
path: root/mesecons_extrawires
diff options
context:
space:
mode:
authorKyle <kyle.kylina@gmail.com>2013-02-18 10:27:11 -0800
committerKyle <kyle.kylina@gmail.com>2013-02-18 10:27:11 -0800
commit09ac201bacc640599283bb615870c66098ac6a43 (patch)
tree4f689f6b1953b6b4bc7c64555a5b77879b3d7fde /mesecons_extrawires
parent0e34696214ef65ddfe247fdc4e909072880f875f (diff)
downloadmesecons-09ac201bacc640599283bb615870c66098ac6a43.tar
mesecons-09ac201bacc640599283bb615870c66098ac6a43.tar.gz
mesecons-09ac201bacc640599283bb615870c66098ac6a43.tar.bz2
mesecons-09ac201bacc640599283bb615870c66098ac6a43.tar.xz
mesecons-09ac201bacc640599283bb615870c66098ac6a43.zip
Fix the nodename of a drop
Diffstat (limited to 'mesecons_extrawires')
-rw-r--r--mesecons_extrawires/corner.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_extrawires/corner.lua b/mesecons_extrawires/corner.lua
index df45d41..001bd14 100644
--- a/mesecons_extrawires/corner.lua
+++ b/mesecons_extrawires/corner.lua
@@ -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,