diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2022-01-07 13:21:20 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2022-01-07 13:21:20 +0000 |
commit | d579f2d2b41922dbee4c2146833b257bfeab4ecd (patch) | |
tree | 69eac1270839f742cc9f0aa5a89729065cf7ca23 /src/main/java/gtPlusPlus | |
parent | 7363cc786be60ed62fa7b5accd9f7ece51c2b45a (diff) | |
download | GT5-Unofficial-d579f2d2b41922dbee4c2146833b257bfeab4ecd.tar.gz GT5-Unofficial-d579f2d2b41922dbee4c2146833b257bfeab4ecd.tar.bz2 GT5-Unofficial-d579f2d2b41922dbee4c2146833b257bfeab4ecd.zip |
Renamed Data Orb Overlay.
Diffstat (limited to 'src/main/java/gtPlusPlus')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java index 36aa53b0b3..2fa63e4568 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java @@ -443,7 +443,7 @@ public class TexturesGtBlock { // Lapo Orb Hatch public static final CustomIcon Overlay_Hatch_Lapo_Orb = new CustomIcon("iconsets/OVERLAY_LAPO"); // Data Orb Hatch - public static final CustomIcon Overlay_Hatch_Data_Orb = new CustomIcon("iconsets/OVERYLAY_DATAORB"); + public static final CustomIcon Overlay_Hatch_Data_Orb = new CustomIcon("iconsets/OVERYLAY_DATA_ORB"); // RTG Hatch private static final CustomIcon Internal_Overlay_Hatch_RTG_Off = new CustomIcon("iconsets/OVERLAY_ENERGY_RTG_OFF"); |