aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech
diff options
context:
space:
mode:
authorMaxim <maxim235@gmx.de>2022-09-11 11:41:08 +0200
committerGitHub <noreply@github.com>2022-09-11 11:41:08 +0200
commit02b8e046effae2d6431c390c9062338b6c9d8174 (patch)
tree2b885f8aec16223e4b5dde2e6c6dad099075e892 /src/main/resources/assets/gregtech
parent1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27 (diff)
downloadGT5-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.lang9
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.pngbin0 -> 4254 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.pngbin0 -> 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
new file mode 100644
index 0000000000..5b9a8d85c6
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/STRUCTURE_MARK.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png b/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png
new file mode 100644
index 0000000000..71aacc1ad9
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.png
Binary files differ