RealBadAngel
2012-12-13 b8d77627a4d28c624e63423eef317dd09c68e533
technic/technic/items.lua
File was renamed from 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'},
   }
})