diff options
author | Maxim <maxim235@gmx.de> | 2022-09-11 11:41:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 11:41:08 +0200 |
commit | 02b8e046effae2d6431c390c9062338b6c9d8174 (patch) | |
tree | 2b885f8aec16223e4b5dde2e6c6dad099075e892 /src/main/java/gregtech/api/enums/Textures.java | |
parent | 1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27 (diff) | |
download | GT5-Unofficial-02b8e046effae2d6431c390c9062338b6c9d8174.tar.gz GT5-Unofficial-02b8e046effae2d6431c390c9062338b6c9d8174.tar.bz2 GT5-Unofficial-02b8e046effae2d6431c390c9062338b6c9d8174.zip |
Adv debug structure writer (#1362)
* Added advanced debug structure writer
* Applied spotless
* Removed testing variables
* Added client only to rendering
* Added one client side annotation too much
* Included requested changes
* Applied spotless
* Introduced variables for tooltip keys
Diffstat (limited to 'src/main/java/gregtech/api/enums/Textures.java')
-rw-r--r-- | src/main/java/gregtech/api/enums/Textures.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java index 238ab4bf58..ee335c749e 100644 --- a/src/main/java/gregtech/api/enums/Textures.java +++ b/src/main/java/gregtech/api/enums/Textures.java @@ -1266,7 +1266,9 @@ public class Textures { OVERLAY_ME_INPUT_HATCH, OVERLAY_ME_INPUT_HATCH_ACTIVE, OVERLAY_ME_CRAFTING_HATCH, - OVERLAY_ME_CRAFTING_HATCH_ACTIVE; + OVERLAY_ME_CRAFTING_HATCH_ACTIVE, + + STRUCTURE_MARK; /** * Icon for Fresh CFoam |