diff options
| author | Maxim <maxim235@gmx.de> | 2023-02-26 18:26:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 18:26:27 +0100 |
| commit | 2651ea95e7af46b2d599f9e6eab25345595c9459 (patch) | |
| tree | 6a3b063c1562e4387a3769c6284d65a218787b19 /src/main/resources | |
| parent | 3175e64e7201fe2f8765e54156f26d684b11276b (diff) | |
| download | GT5-Unofficial-2651ea95e7af46b2d599f9e6eab25345595c9459.tar.gz GT5-Unofficial-2651ea95e7af46b2d599f9e6eab25345595c9459.tar.bz2 GT5-Unofficial-2651ea95e7af46b2d599f9e6eab25345595c9459.zip | |
Enhanced multiblock GUIs (#1767)
* Added more buttons to multiblock GUI
* Migrated PA to new GUI
* Migrated Nano Forge to new GUI
* Migrated PCB Factory to new GUI
* Reband void protection to void excess to match GTPP logic
* Adjust fusion reactor GUI size
* Added statics for new NBT keys
* Added getters for button status
* Rename methods to reflect that they are about void excess, not the opposite
* Added button textures
Diffstat (limited to 'src/main/resources')
21 files changed, 6 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 dfd2ea5bf8..d640c757ce 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -209,6 +209,12 @@ GT5U.type_filter.representation_slot.tooltip.0=left click to forward GT5U.type_filter.representation_slot.tooltip.1=right click to back GT5U.gui.select.current=Current: +GT5U.gui.button.power_switch=Power Switch +GT5U.gui.button.void_excess=Void Excess +GT5U.gui.button.input_separation=Input Separation +GT5U.gui.button.batch_mode=Batch Mode +GT5U.gui.button.lock_recipe=Lock Recipe +GT5U.gui.button.down_tier=Down Tier GT5U.item.programmed_circuit.select.header=Reprogram Circuit diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off.png Binary files differnew file mode 100644 index 0000000000..4c175f7434 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off_disabled.png Binary files differnew file mode 100644 index 0000000000..7c634b8f2f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_off_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on.png Binary files differnew file mode 100644 index 0000000000..e107990aa2 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on_disabled.png Binary files differnew file mode 100644 index 0000000000..7766ab7b7c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/batch_mode_on_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_off.png Binary files differnew file mode 100644 index 0000000000..8c28f915d3 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_on.png Binary files differnew file mode 100644 index 0000000000..a8160419d0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/down_tiering_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off.png Binary files differnew file mode 100644 index 0000000000..4d92d6ed5c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off_disabled.png Binary files differnew file mode 100644 index 0000000000..4bfc990697 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_off_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on.png Binary files differnew file mode 100644 index 0000000000..5decc4d69a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on_disabled.png Binary files differnew file mode 100644 index 0000000000..88541bcdc7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/input_separation_on_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_off.png Binary files differnew file mode 100644 index 0000000000..c07b296a15 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_on.png Binary files differnew file mode 100644 index 0000000000..6ad3c59696 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/power_switch_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked.png Binary files differnew file mode 100644 index 0000000000..51e50abade --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked_disabled.png Binary files differnew file mode 100644 index 0000000000..bfbb40b76b --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_locked_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked.png Binary files differnew file mode 100644 index 0000000000..aee99775ba --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked_disabled.png Binary files differnew file mode 100644 index 0000000000..2ae8134b51 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/recipe_unlocked_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off.png Binary files differnew file mode 100644 index 0000000000..ed7c3c92e8 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off_disabled.png Binary files differnew file mode 100644 index 0000000000..f16d932887 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_off_disabled.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on.png Binary files differnew file mode 100644 index 0000000000..7ba3b14778 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on_disabled.png Binary files differnew file mode 100644 index 0000000000..23d0190f67 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/void_excess_on_disabled.png |
