From 9fee35c065e197199f57ef1df31ac303e94d1d50 Mon Sep 17 00:00:00 2001 From: HoleFish <48403212+HoleFish@users.noreply.github.com> Date: Sat, 31 Aug 2024 01:48:23 +0800 Subject: Add duration since last shutdown (#2977) * machine message * fix & prass channel * machine message * fix & prass channel * fix machines that dont use regular onPostTick * follow error fixes and fix hatch check * oops * sa --------- Co-authored-by: Martin Robertz Co-authored-by: boubou19 --- src/main/resources/assets/gregtech/lang/en_US.lang | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 3b63e7056d..65c9709122 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -563,6 +563,7 @@ 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.shutdown_duration=§4Shut down §e%s §4h §e%s §4min §e%s §4s ago. 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 -- cgit