From 2da6615bb5f44de794159aa6a64fee4df7f2afd3 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 28 Nov 2017 16:57:40 +1000 Subject: $ Fixed EIO Tooltip handler. $ Fixed several custom plates not generating. $ Fixed some bad generated material values by using placeholders instead. --- .../gtPlusPlus/xmod/eio/material/MaterialEIO.java | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/eio/material') 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[]{ -- cgit