aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/textures
diff options
context:
space:
mode:
authorMary <33456283+FourIsTheNumber@users.noreply.github.com>2024-07-19 12:27:40 -0400
committerGitHub <noreply@github.com>2024-07-19 23:27:40 +0700
commit1842f59eeb837edecfc31dae8a2b35fcda471b38 (patch)
tree826ae5a141706145ed48ec415c57b3bf93a3fc88 /src/main/resources/assets/gregtech/textures
parente4b0d5d1e0f6080d4896c6ceec649d16fe68369f (diff)
downloadGT5-Unofficial-1842f59eeb837edecfc31dae8a2b35fcda471b38.tar.gz
GT5-Unofficial-1842f59eeb837edecfc31dae8a2b35fcda471b38.tar.bz2
GT5-Unofficial-1842f59eeb837edecfc31dae8a2b35fcda471b38.zip
Mode switch button (#2730)
* Button textures. Once again I am manually pulling changes from a different branch... sorry. If you want to read the full commit history, the modeswitchgui branch has it. * Texture enums * Implementation in ControllerWithOptionalFeatures * Implementation in GT_MetaTileEntity_MultiBlockBase * Implemented into all multi-machines * Lang changes * Added documentation * Added missing clear * Quick polish changes - button base texture is standard instead of pressed, and the click noise works. * MFE compatibility * TurboCan compatibility * Fix misordered icons in canner * Removed redundant code in button * Attempted to refactor with MachineMode enum. Also moved loadNBT and saveNBT logic to base class * sa * fix (cherry picked from commit 1f14a7abf460ad114f10e8ba58b6be44b7b18d48) * Rework machineMode into enum of IMachineMode completely * Fixed breaking typo * Made it stop crashing on normal multis that don't support mode switch * Revert * Finished revert and re-addressed changes from original review * spotless * Load nbt tags in correct order. Fixes backwards compat * Check nbt key on load instead * Run super last and make all MACHINEMODE static --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures')
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_bending.pngbin0 -> 571 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_chembath.pngbin0 -> 564 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_cutting.pngbin0 -> 644 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_default.pngbin0 -> 590 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_forming.pngbin0 -> 590 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_fluid.pngbin0 -> 574 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_metal.pngbin0 -> 586 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_packager.pngbin0 -> 615 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_polarizer.pngbin0 -> 600 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_separator.pngbin0 -> 538 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_simplewasher.pngbin0 -> 564 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_slicing.pngbin0 -> 543 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_unpackager.pngbin0 -> 618 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_washplant.pngbin0 -> 595 bytes
14 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_bending.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_bending.png
new file mode 100644
index 0000000000..026d49a8b1
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_bending.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_chembath.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_chembath.png
new file mode 100644
index 0000000000..5b54193005
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_chembath.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_cutting.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_cutting.png
new file mode 100644
index 0000000000..85eefe9e95
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_cutting.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_default.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_default.png
new file mode 100644
index 0000000000..dff8315e40
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_default.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_forming.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_forming.png
new file mode 100644
index 0000000000..28b005fd20
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_forming.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_fluid.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_fluid.png
new file mode 100644
index 0000000000..77fcdcf993
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_fluid.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_metal.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_metal.png
new file mode 100644
index 0000000000..9b751bd92f
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_lpf_metal.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_packager.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_packager.png
new file mode 100644
index 0000000000..56abd27f05
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_packager.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_polarizer.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_polarizer.png
new file mode 100644
index 0000000000..53a46b0511
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_polarizer.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_separator.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_separator.png
new file mode 100644
index 0000000000..c4dc0a21d0
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_separator.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_simplewasher.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_simplewasher.png
new file mode 100644
index 0000000000..fc94ac64d7
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_simplewasher.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_slicing.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_slicing.png
new file mode 100644
index 0000000000..5a0dbba939
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_slicing.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_unpackager.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_unpackager.png
new file mode 100644
index 0000000000..c1c5753289
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_unpackager.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_washplant.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_washplant.png
new file mode 100644
index 0000000000..dad4485df3
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/machine_mode_washplant.png
Binary files differ