diff options
author | HoleFish <48403212+HoleFish@users.noreply.github.com> | 2024-05-11 23:23:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 17:23:48 +0200 |
commit | 92159e690e0045bc8270c6c2b51f7fdbee8ecc24 (patch) | |
tree | dc00904a2f81fdbe9af9449a07228075d998516b | |
parent | 70560e92e55e39ed296de25f5bade772acbaa6c8 (diff) | |
download | GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.tar.gz GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.tar.bz2 GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.zip |
Change warning texts (#2592)
change
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java | 4 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java index 6b9967e4e7..5f818c075b 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java @@ -134,7 +134,9 @@ public class GT_MetaTileEntity_ProcessingArray extends .addInfo("Use a wire cutter to disable UEV+ downtiering") .addInfo("Doesn't work on certain machines, deal with it") .addInfo("Use it if you hate GT++, or want even more speed later on") - .addInfo(EnumChatFormatting.RED + "DEPRECATED!!! WILL BE REMOVED IN LATER VERSIONS") + .addInfo( + EnumChatFormatting.GOLD + + "On the way to be slowly removed. Use it strictly if you have no alternative.") .addSeparator() .beginStructureBlock(3, 3, 3, true) .addController("Front center") diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index f32219580e..a718108566 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -442,7 +442,7 @@ GT5U.gui.text.no_recipe=§7No valid recipe found GT5U.gui.text.item_output_full=§7Not enough item output space GT5U.gui.text.fluid_output_full=§7Not enough fluid output space GT5U.gui.text.none= -GT5U.gui.text.crash=§4Machine turned off due to crash +GT5U.gui.text.crash=§4Machine turned off due to crash. Refer to the log for more info. GT5U.gui.text.no_fuel=§7No valid fuel found GT5U.gui.text.no_turbine=§7No valid turbine found GT5U.gui.text.no_lubricant=§7No lubricant found @@ -491,14 +491,14 @@ GT5U.gui.text.drone_operating=§aDrone operating normally! GT5U.gui.text.drone_title=Drone Control Centre GT5U.gui.text.drone_custom_name=Custom Machine Name GT5U.gui.text.drone_search=Search machine name -GT5U.gui.text.out_of_fluid=§4No following fluids supplied: §b%s§f x §6%s L -GT5U.gui.text.out_of_item=§4No following items supplied: §b%s§f x §6%s -GT5U.gui.text.out_of_stuff=§4No following stuffs supplied: §b%s§f x §6%s -GT5U.gui.text.power_loss=§4Shut down due to power loss. -GT5U.gui.text.pollution_fail=§4Failed to output the pollution. -GT5U.gui.text.structure_incomplete=§4Shut down due to incomplete structure. -GT5U.gui.text.no_repair=§4Shut down due to machine damage. -GT5U.gui.text.no_machine_part=No correct machine part in controller slot. +GT5U.gui.text.out_of_fluid=§cNo following fluids supplied: §b%s§f x §6%s L +GT5U.gui.text.out_of_item=§cNo following items supplied: §b%s§f x §6%s +GT5U.gui.text.out_of_stuff=§cNo following stuffs supplied: §b%s§f x §6%s +GT5U.gui.text.power_loss=§cShut down due to power loss. +GT5U.gui.text.pollution_fail=§cFailed to output the pollution. +GT5U.gui.text.structure_incomplete=§7Shut down due to incomplete structure. +GT5U.gui.text.no_repair=§7Shut down due to machine damage. +GT5U.gui.text.no_machine_part=§7No correct machine part in controller slot. GT5U.item.programmed_circuit.select.header=Reprogram Circuit |