From 32bd35b124e9c23ca6bcfb0b27845b41358985a2 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 11 Sep 2012 22:41:43 +0200
Subject: [PATCH] some more fixes to ores generation

---
 solar_panel.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solar_panel.lua b/solar_panel.lua
index 9bdb8b8..eacf987 100644
--- a/solar_panel.lua
+++ b/solar_panel.lua
@@ -33,9 +33,9 @@
 minetest.register_craft({
 	output = 'technic:solar_panel 1',
 	recipe = {
-		{'default:sand', 'default:sand','default:sand'},
-		{'default:sand', 'moreores:copper_ingot','default:sand'},
-		{'default:sand', 'default:sand','default:sand'},
+		{'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer','technic:doped_silicon_wafer'},
+		{'technic:doped_silicon_wafer', 'moreores:copper_ingot','technic:doped_silicon_wafer'},
+		{'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer','technic:doped_silicon_wafer'},
 
 	}
 })

--
Gitblit v1.8.0