From 664ccba3c84de7681cc07d5fafe45951d397a211 Mon Sep 17 00:00:00 2001 From: Батьків Нестор-Євген Васильович Date: Wed, 22 Mar 2023 14:43:20 +0200 Subject: Display Mode of Ore Processor to WAILA and Scanner (#1803) * Add Some display to WAILA and Scanner * Move arrow and aqua to final * Add localization Fuck u mc7771 :) * Bruh Now u happy?! --- src/main/resources/assets/gregtech/lang/en_US.lang | 10 +++++++++- src/main/resources/assets/gregtech/lang/zh_CN.lang | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets/gregtech/lang') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 808bed10f8..cb0036af8f 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -168,8 +168,16 @@ GT5U.machines.stalled_vent.tooltip=§4Stalled: Cannot vent steam! GT5U.machines.stalled_vent.tooltip.1=§7Right-click with a wrench to GT5U.machines.stalled_vent.tooltip.2=§7point this machine's steam GT5U.machines.stalled_vent.tooltip.3=§7vent towards an empty space. -GT5U.machines.oreprocessor=§eRunning Mode: %s §cTime: %s s +GT5U.machines.oreprocessor1=§eRunning Mode: +GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s +GT5U.machines.oreprocessor.Macerate=Macerate +GT5U.machines.oreprocessor.Centrifuge=Centrifuge +GT5U.machines.oreprocessor.Sifter=Sifter +GT5U.machines.oreprocessor.Chemical_Bathing=Chemical Bathing +GT5U.machines.oreprocessor.Ore_Washer=Ore Washer +GT5U.machines.oreprocessor.Thermal_Centrifuge=Thermal Centrifuge +GT5U.machines.oreprocessor.WRONG_MODE=Something went wrong GT5U.machines.industrialapiary.cancel.tooltip=§cCancel process GT5U.machines.industrialapiary.cancel.tooltip.1=§7Will also disable machine (soft mallet) GT5U.machines.industrialapiary.cancel.tooltip.2=§7§oCan't stop princess breeding diff --git a/src/main/resources/assets/gregtech/lang/zh_CN.lang b/src/main/resources/assets/gregtech/lang/zh_CN.lang index 84b6102cc9..2936fe40d5 100644 --- a/src/main/resources/assets/gregtech/lang/zh_CN.lang +++ b/src/main/resources/assets/gregtech/lang/zh_CN.lang @@ -166,7 +166,8 @@ GT5U.machines.stalled_vent.tooltip.2=§7以旋转其蒸汽输出口 GT5U.machines.stalled_vent.tooltip.3=§7指向没有遮挡的方向. GT5U.machines.stalled_vent.tooltip.extended=§7处理进度丢失了, GT5U.machines.stalled_vent.tooltip.extended.1=§7但处理产物还在. -GT5U.machines.oreprocessor=§e运行模式:%s §c时间:%s 秒 +GT5U.machines.oreprocessor1=§e运行模式: +GT5U.machines.oreprocessor2=§c时间:%s s GT5U.machines.oreprocessor.void=§e销毁石粉:%s GT5U.machines.industrialapiary.cancel.tooltip=§c取消处理 GT5U.machines.industrialapiary.cancel.tooltip.1=§7会同时关闭机器(软锤) -- cgit