summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/corner.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons_extrawires/corner.lua')
-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 320745e..d7f7a02 100644
--- a/mesecons_extrawires/corner.lua
+++ b/mesecons_extrawires/corner.lua
@@ -74,7 +74,7 @@ minetest.register_node("mesecons_extrawires:corner_off", {
})
minetest.register_craft({
- output = '"mesecons_extrawires:corner_off" 3',
+ output = "mesecons_extrawires:corner_off 3",
recipe = {
{"", "", ""},
{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", ""},