diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java b/src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java index 1bcc0a3c1f..cdb04c9b45 100644 --- a/src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java +++ b/src/Java/gtPlusPlus/xmod/eio/material/MaterialEIO.java @@ -13,10 +13,10 @@ public class MaterialEIO { "Soularium", //Material Name MaterialState.SOLID, //State new short[]{95,90,54, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -28,10 +28,10 @@ public class MaterialEIO { "Conductive Iron", //Material Name MaterialState.SOLID, //State new short[]{164,109,100, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -43,10 +43,10 @@ public class MaterialEIO { "Pulsating Iron", //Material Name MaterialState.SOLID, //State new short[]{50,91,21, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -58,10 +58,10 @@ public class MaterialEIO { "Electrical Steel", //Material Name MaterialState.SOLID, //State new short[]{194,194,194, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -73,10 +73,10 @@ public class MaterialEIO { "Energetic Alloy", //Material Name MaterialState.SOLID, //State new short[]{252,151,45, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -89,10 +89,10 @@ public class MaterialEIO { "Vibrant Alloy", //Material Name MaterialState.SOLID, //State new short[]{204,242,142, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ @@ -104,10 +104,10 @@ public class MaterialEIO { "Redstone Alloy", //Material Name MaterialState.SOLID, //State new short[]{178,34,34, 0}, //Material Colour - -1, //Melting Point in C - -1, - -1, - -1, + 10, //Melting Point in C + 10, + 10, + 10, false, //Uses Blast furnace? //Material Stacks with Percentage of required elements. new MaterialStack[]{ |