aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-07 13:21:20 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-07 13:21:20 +0000
commitd579f2d2b41922dbee4c2146833b257bfeab4ecd (patch)
tree69eac1270839f742cc9f0aa5a89729065cf7ca23 /src/main/java/gtPlusPlus
parent7363cc786be60ed62fa7b5accd9f7ece51c2b45a (diff)
downloadGT5-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.java2
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");