Skip to content

Commit

Permalink
Fix LED crafting recipe (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Sep 16, 2023
1 parent 1cd5e5d commit 735f731
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions technic/machines/LV/led.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ technic.register_machine("LV", "technic:lv_led_active", technic.receiver)
minetest.register_craft({
output = "technic:lv_led 2",
recipe = {
{"", "homedecor:plastic_sheeting", ""},
{"homedecor:plastic_sheeting", "technic:doped_silicon_wafer", "homedecor:plastic_sheeting"},
{"", "technic:fine_silver_wire", ""},
}
{"", "basic_materials:plastic_sheet", ""},
{"basic_materials:plastic_sheet", "technic:doped_silicon_wafer", "basic_materials:plastic_sheet"},
{"", "basic_materials:silver_wire", ""},
},
replacements = {{"basic_materials:silver_wire", "basic_materials:empty_spool"}},
})

0 comments on commit 735f731

Please sign in to comment.