From a9b10cc4b10110a9c54bd03ac07eea3151b10ede Mon Sep 17 00:00:00 2001
From: mat9117 <49096572+mat9117@users.noreply.github.com>
Date: Sun, 14 Apr 2019 11:43:30 +0200
Subject: [PATCH] Fix Polish translation (#497)

---
 technic/machines/LV/solar_array.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/technic/machines/LV/solar_array.lua b/technic/machines/LV/solar_array.lua
index 63f64f1..8c1b8f4 100644
--- a/technic/machines/LV/solar_array.lua
+++ b/technic/machines/LV/solar_array.lua
@@ -8,9 +8,9 @@
 minetest.register_craft({
 	output = 'technic:solar_array_lv 1',
 	recipe = {
-		{'technic:solar_panel', 'technic:solar_panel',    'technic:solar_panel'},
-		{'default:steel_ingot', 'technic:lv_transformer', 'default:steel_ingot'},
-		{'',                    'technic:lv_cable0',      ''},
+		{'technic:solar_panel',        'technic:solar_panel',    'technic:solar_panel'},
+		{'technic:carbon_steel_ingot', 'technic:lv_transformer', 'technic:carbon_steel_ingot'},
+		{'',                           'technic:lv_cable',       ''},
 	}
 })
 

--
Gitblit v1.8.0