aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-05-26 17:34:28 +0100
committerAlkalus <Draknyte1@hotmail.com>2020-05-26 17:34:28 +0100
commit92b8261907b3800d4468c1dc546eccc4e158c224 (patch)
tree3946622ef92473fc3b8126bd26ee0d4feca49944 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
parentbd0be4e172552db694255a859483c4d9f516b5fb (diff)
downloadGT5-Unofficial-92b8261907b3800d4468c1dc546eccc4e158c224.tar.gz
GT5-Unofficial-92b8261907b3800d4468c1dc546eccc4e158c224.tar.bz2
GT5-Unofficial-92b8261907b3800d4468c1dc546eccc4e158c224.zip
+ Added new Machine casings to the Chemical Plant code.
% Changed colours of the two new alloys.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
index 93322d2ef1..ba6f3511a5 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
@@ -214,7 +214,9 @@ public class TexturesGtBlock {
public static final CustomIcon Casing_Material_HastelloyN = Internal_Casing_HastelloyN;
private static final CustomIcon Internal_Casing_Fluid_IncoloyDS = new CustomIcon("TileEntities/MACHINE_CASING_FLUID_INCOLOY_DS");
public static final CustomIcon Casing_Material_Fluid_IncoloyDS = Internal_Casing_Fluid_IncoloyDS;
-
+
+ private static final CustomIcon Internal_Casing_Laurenium = new CustomIcon("TileEntities/MACHINE_CASING_LAURENIUM");
+ public static final CustomIcon Casing_Material_Laurenium = Internal_Casing_Laurenium;
//Trinium Alloys
public static final CustomIcon Casing_Trinium_Titanium = new CustomIcon("TileEntities/MACHINE_CASING_STABLE_TRINIUM_TITANIUM");