aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorMaxim <maxim235@gmx.de>2023-03-16 17:59:38 +0100
committerGitHub <noreply@github.com>2023-03-16 17:59:38 +0100
commite445e444e465326ca8e263f03f0a6708c19ea5e1 (patch)
treeb40b817c837a81ec48a2351e4697c4071734d96b /src/main/resources/assets
parent1d25115add66a6fa74984da931948b6139300931 (diff)
downloadGT5-Unofficial-e445e444e465326ca8e263f03f0a6708c19ea5e1.tar.gz
GT5-Unofficial-e445e444e465326ca8e263f03f0a6708c19ea5e1.tar.bz2
GT5-Unofficial-e445e444e465326ca8e263f03f0a6708c19ea5e1.zip
Add mode toggle button to PrAss GUI (#144)
* Added button to toggle mode on PrAss * Derp * Switched to cycle button
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/goodgenerator/lang/en_US.lang1
-rw-r--r--src/main/resources/assets/goodgenerator/textures/gui/overlay_button/assembler_mode.pngbin0 -> 714 bytes
-rw-r--r--src/main/resources/assets/goodgenerator/textures/gui/overlay_button/precise_mode.pngbin0 -> 684 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang
index af060b7225..8c22420909 100644
--- a/src/main/resources/assets/goodgenerator/lang/en_US.lang
+++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang
@@ -307,6 +307,7 @@ gui.YOTTank.button.void=Void Excess
gui.YOTTank.button.locking=Fluid locking
gui.LargeFusion.0=Energy Capacity:
gui.LargeFusion.1=Stored Energy:
+gui.PreciseAssembler.mode=Mode
#NEI Info
tile.recipe.naquadah_reactor=Large Naquadah Reactor
diff --git a/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/assembler_mode.png b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/assembler_mode.png
new file mode 100644
index 0000000000..d7132dcfba
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/assembler_mode.png
Binary files differ
diff --git a/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/precise_mode.png b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/precise_mode.png
new file mode 100644
index 0000000000..a8d30a022e
--- /dev/null
+++ b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/precise_mode.png
Binary files differ