From b8d77627a4d28c624e63423eef317dd09c68e533 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 13 Dec 2012 01:49:02 +0100
Subject: [PATCH] update the mod

---
 technic/technic/items.lua |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/items.lua b/technic/technic/items.lua
similarity index 91%
rename from items.lua
rename to technic/technic/items.lua
index 527fc6f..c2b596e 100644
--- a/items.lua
+++ b/technic/technic/items.lua
@@ -55,27 +55,27 @@
 minetest.register_craft({
 	output = 'technic:green_energy_crystal',
 	recipe = {
-		{'moreores:gold_ingot', 'technic:battery', 'group:dye,basecolor_green'},
+		{'moreores:gold_ingot', 'technic:battery', 'dye:green'},
 		{'technic:battery', 'technic:red_energy_crystal', 'technic:battery'},
-		{'group:dye,basecolor_green', 'technic:battery', 'moreores:gold_ingot'},
+		{'dye:green', 'technic:battery', 'moreores:gold_ingot'},
 	}
 })
 
 minetest.register_craft({
 	output = 'technic:blue_energy_crystal',
 	recipe = {
-		{'moreores:gold_ingot', 'technic:battery', 'group:dye,basecolor_blue'},
+		{'moreores:gold_ingot', 'technic:battery', 'dye:blue'},
 		{'technic:battery', 'technic:green_energy_crystal', 'technic:battery'},
-		{'group:dye,basecolor_green', 'technic:battery', 'moreores:gold_ingot'},
+		{'dye:blue', 'technic:battery', 'moreores:gold_ingot'},
 	}
 })
 
 minetest.register_craft({
 	output = 'technic:red_energy_crystal',
 	recipe = {
-		{'moreores:gold_ingot', 'technic:battery', 'group:dye,basecolor_red'},
+		{'moreores:gold_ingot', 'technic:battery', 'dye:red'},
 		{'technic:battery', 'technic:diamond_block', 'technic:battery'},
-		{'group:dye,basecolor_red', 'technic:battery', 'moreores:gold_ingot'},
+		{'dye:red', 'technic:battery', 'moreores:gold_ingot'},
 	}
 })
 

--
Gitblit v1.8.0