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/resources/assets/gregtech | |
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/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 9 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.png | bin | 0 -> 4254 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png | bin | 0 -> 13506 bytes |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 99010cc2bc..fed00b8148 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -188,6 +188,15 @@ GT5U.machines.industrialapiary.infoextended.tooltip.5=Lifespan Modifier: %6$d %% GT5U.machines.industrialapiary.infoextended.tooltip.6=Terrority: %7$d x %8$d x %9$d GT5U.machines.industrialapiary.upgradeslot.tooltip=Upgrade slot GT5U.machines.industrialapiary.upgradeslot.tooltip.1=ยง7Also accepts gendustry upgrades +GT5U.machines.advdebugstructurewriter.tooltip=Scans Blocks Around +GT5U.machines.advdebugstructurewriter.tooltip.1=Prints Multiblock NonTE structure check code +GT5U.machines.advdebugstructurewriter.tooltip.2=ABC axes aligned to machine front +GT5U.machines.advdebugstructurewriter.printed=Printed structure to console +GT5U.machines.advdebugstructurewriter.gui.origin=Origin +GT5U.machines.advdebugstructurewriter.gui.size=Structure Size +GT5U.machines.advdebugstructurewriter.gui.print.tooltip=Print Structure +GT5U.machines.advdebugstructurewriter.gui.highlight.tooltip=Show Bounding Box +GT5U.machines.advdebugstructurewriter.gui.transpose.tooltip=Transpose GT5U.recipe_filter.representation_slot.tooltip=Click with a machine to set filter diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.png Binary files differnew file mode 100644 index 0000000000..5b9a8d85c6 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.png diff --git a/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png b/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png Binary files differnew file mode 100644 index 0000000000..71aacc1ad9 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png |