diff options
| author | Alkalus <Draknyte1@hotmail.com> | 2020-05-26 17:34:28 +0100 |
|---|---|---|
| committer | Alkalus <Draknyte1@hotmail.com> | 2020-05-26 17:34:28 +0100 |
| commit | 92b8261907b3800d4468c1dc546eccc4e158c224 (patch) | |
| tree | 3946622ef92473fc3b8126bd26ee0d4feca49944 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures | |
| parent | bd0be4e172552db694255a859483c4d9f516b5fb (diff) | |
| download | GT5-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.java | 4 |
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"); |
