diff options
| author | Alkalus <Draknyte1@hotmail.com> | 2020-05-30 14:20:48 +0100 |
|---|---|---|
| committer | Alkalus <Draknyte1@hotmail.com> | 2020-05-30 14:20:48 +0100 |
| commit | 664c388b944e87125a9305fbbdda6a374854e0b5 (patch) | |
| tree | 30d04605e70fa17c075d41ff8a3721050311671f /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures | |
| parent | fd57c71264ffa8fa9d302b3b512b4a30fabe31fa (diff) | |
| download | GT5-Unofficial-664c388b944e87125a9305fbbdda6a374854e0b5.tar.gz GT5-Unofficial-664c388b944e87125a9305fbbdda6a374854e0b5.tar.bz2 GT5-Unofficial-664c388b944e87125a9305fbbdda6a374854e0b5.zip | |
+ Added framework for Elemental Duplicator.
+ Added custom Data Orb bus for Elemental Duplicator.
- Removed weird dependency on CofhCore.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | 1 |
1 files changed, 1 insertions, 0 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 ba6f3511a5..07fd2fe82b 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java @@ -469,6 +469,7 @@ public class TexturesGtBlock { public static final CustomIcon TEXTURE_TECH_PANEL_A = new CustomIcon("metro/TEXTURE_TECH_PANEL_A"); public static final CustomIcon TEXTURE_TECH_PANEL_B = new CustomIcon("metro/TEXTURE_TECH_PANEL_B"); public static final CustomIcon TEXTURE_TECH_PANEL_C = new CustomIcon("metro/TEXTURE_TECH_PANEL_C"); + public static final CustomIcon TEXTURE_TECH_PANEL_D = new CustomIcon("metro/TEXTURE_TECH_PANEL_D"); public static final CustomIcon TEXTURE_TECH_PANEL_RADIOACTIVE = new CustomIcon("TileEntities/DecayablesChest_bottom"); public static final CustomIcon TEXTURE_TECH_PANEL_RADIOACTIVE_ALT = new CustomIcon("TileEntities/DecayablesChest_top"); |
