diff options
author | querns <33518699+querns@users.noreply.github.com> | 2023-09-08 15:39:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 22:39:21 +0200 |
commit | 7f837715a8377b24853bf0fea02f23c210b47cfc (patch) | |
tree | ab75df3f15857a83ee653750cb5090225a7c089d /src/main/resources/assets | |
parent | e4f17b7b40503fd34d9dae447802453480b9577c (diff) | |
download | GT5-Unofficial-7f837715a8377b24853bf0fea02f23c210b47cfc.tar.gz GT5-Unofficial-7f837715a8377b24853bf0fea02f23c210b47cfc.tar.bz2 GT5-Unofficial-7f837715a8377b24853bf0fea02f23c210b47cfc.zip |
Adds status messages, action buttons to UI of multiblock drills (#2270)
* Adds several UI elements to multiblock drills
* Spotless
* Adds formatNumbers calls in places where it'd been missed
* Eliminate wildcard import
* Add @NotNull annotations to new fields and methods
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 26 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading.png | bin | 0 -> 1573 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading_off.png | bin | 0 -> 1599 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/lock_small.png | bin | 0 -> 2211 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_off.png | bin | 0 -> 768 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_on.png | bin | 0 -> 705 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/retract_pipes.png | bin | 0 -> 1042 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/work_area.png | bin | 0 -> 770 bytes |
8 files changed, 26 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 dc67ba0531..ab69f948da 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -192,6 +192,7 @@ gt.recipe.wiremill.description=Produces Wires more efficiently GT5U.machines.tier=Tier GT5U.machines.workarea=Work Area GT5U.machines.workareaset=Work Area set to +GT5U.machines.workarea_fail=Can't adjust work area while running GT5U.machines.autoretract.enabled=Auto retract enabled GT5U.machines.autoretract.disabled=Auto retract disabled GT5U.machines.radius=radius @@ -351,6 +352,15 @@ GT5U.gui.button.lock_recipe=Lock Recipe GT5U.gui.button.down_tier=Down Tier GT5U.gui.button.tier=Tier: GT5U.gui.button.forbidden=§4Cannot change mode for this machine +GT5U.gui.button.forbidden_while_running=§4Cannot change mode while running +GT5U.gui.button.chunk_loading_on=§7Chunk Loading: §aON +GT5U.gui.button.chunk_loading_off=§7Chunk Loading: §4OFF +GT5U.gui.button.ore_drill_radius_1=§7Current Radius: §a%s +GT5U.gui.button.ore_drill_radius_2=§7Left-click to increment, right-click to decrement +GT5U.gui.button.ore_drill_cobblestone_on=§7Replace with cobblestone: §aON +GT5U.gui.button.ore_drill_cobblestone_off=§7Replace with cobblestone: §4OFF +GT5U.gui.button.drill_retract_pipes=§7Abort and retract mining pipes +GT5U.gui.button.drill_retract_pipes_active=§4Cannot interrupt abort procedure GT5U.gui.text.success=§aProcessing recipe GT5U.gui.text.generating=§aGenerating power GT5U.gui.text.no_recipe=§7No valid recipe found @@ -369,8 +379,21 @@ GT5U.gui.text.machine_mismatch=§7Machine doesn't match to locked recipe GT5U.gui.text.high_gravity=§7Recipe needs low gravity GT5U.gui.text.no_mining_pipe=§7Missing Mining Pipe GT5U.gui.text.drilling=§aDrilling +GT5U.gui.text.deploying_pipe=§aDeploying mining pipe GT5U.gui.text.extracting_pipe=§aExtracting pipe GT5U.gui.text.retracting_pipe=§aRetracting pipe +GT5U.gui.text.no_drilling_fluid=§7No drilling fluid +GT5U.gui.text.drill_exhausted=§dDrill has exhausted all resources +GT5U.gui.text.drill_generic_finished=§7Mining pipes have been retracted +GT5U.gui.text.drill_retract_pipes_finished=§7Operation aborted +GT5U.gui.text.backfiller_no_concrete=§7No liquid concrete +GT5U.gui.text.backfiller_finished=§aWork complete +GT5U.gui.text.backfiller_working=§aPouring concrete +GT5U.gui.text.backfiller_current_area=§7Filling at y-level: §a%s +GT5U.gui.text.pump_fluid_type=§7Fluid: §a%s +GT5U.gui.text.pump_rate=§7Pumping rate: %s§7 L/t +GT5U.gui.text.pump_recovery=§7Recovering §b%s§7 L per operation +GT5U.gui.text.not_enough_energy=§7Not enough energy GT5U.gui.text.power_overflow=§7Power overflowed GT5U.gui.text.duration_overflow=§7Processing time overflowed GT5U.gui.text.insufficient_power=§7Recipe needs more power to start. Required: %s EU/t (%s§7) @@ -378,6 +401,9 @@ GT5U.gui.text.insufficient_heat=§7Recipe needs more heat to start. Required: %s GT5U.gui.text.insufficient_machine_tier=§7Recipe needs higher structure tier. Required: %s GT5U.gui.text.insufficient_startup_power=§7Recipe needs higher startup power. Required: %s GT5U.gui.text.internal_error=§4Recipe was found, but had internal error +GT5U.gui.text.drill_ores_left_chunk=§7Ores left in current chunk: §a%s +GT5U.gui.text.drill_ores_left_layer=§7Ores left at y-level %s: §a%s +GT5U.gui.text.drill_chunks_left=§7Drilling chunk: §a%s / %s GT5U.item.programmed_circuit.select.header=Reprogram Circuit diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading.png Binary files differnew file mode 100644 index 0000000000..bfd288be45 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading_off.png Binary files differnew file mode 100644 index 0000000000..db75847e0c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/chunkloading_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/lock_small.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/lock_small.png Binary files differnew file mode 100644 index 0000000000..3b8c8ab0f5 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/lock_small.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_off.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_off.png Binary files differnew file mode 100644 index 0000000000..8b968a3413 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_off.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_on.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_on.png Binary files differnew file mode 100644 index 0000000000..45793d5470 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/replace_cobble_on.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/retract_pipes.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/retract_pipes.png Binary files differnew file mode 100644 index 0000000000..f67fe157c7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/retract_pipes.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/work_area.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/work_area.png Binary files differnew file mode 100644 index 0000000000..10d6478721 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/work_area.png |