Skip to content

Commit

Permalink
Unpad insulated wire recipes (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartlett21 committed Jun 27, 2020
1 parent 95e6e2e commit 75bd1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions mesecons_extrawires/corner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ minetest.register_node("mesecons_extrawires:corner_off", {
minetest.register_craft({
output = "mesecons_extrawires:corner_off 3",
recipe = {
{"", "", ""},
{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", ""},
{"", "mesecons_insulated:insulated_off", ""},
{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off"},
{"", "mesecons_insulated:insulated_off"},
}
})
1 change: 0 additions & 1 deletion mesecons_extrawires/tjunction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ minetest.register_node("mesecons_extrawires:tjunction_off", {
minetest.register_craft({
output = "mesecons_extrawires:tjunction_off 3",
recipe = {
{"", "", ""},
{"mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off", "mesecons_insulated:insulated_off"},
{"", "mesecons_insulated:insulated_off", ""},
}
Expand Down

0 comments on commit 75bd1e8

Please sign in to comment.