Added a ton of IC2 crafting recipes

This commit is contained in:
Tntrololol 2015-05-07 12:39:47 -05:00
parent e8fc6d5a07
commit 4f0942f215
6 changed files with 299 additions and 8 deletions

View file

@ -19,9 +19,9 @@ public class ItemParts extends Item {
"NaKCoolantSimple", "NaKCoolantTriple", "NaKCoolantSix",
"cupronickelHeatingCoil", "nichromeHeatingCoil", "kanthalHeatingCoil",
"bronzeGear", "ironGear", "titaniumGear", "steelGear", "tungstensteelGear",
"laserFocus", "ductTape", "lazuriteChunk", "iridiumAlloyIngot", "rockCutterBlade",
"laserFocus", "ductTape", "lazuriteChunk", "iridiumAlloyIngot", "rockCutterBlade", "superconductor",
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
"quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector" };
"quadPlutoniumCell", "destructoPack", "iridiumNeutronReflector", "massHoleDevice" };
private IIcon[] textures;