From 89156d0d8485753e0cea91637fced1b66897a6df Mon Sep 17 00:00:00 2001 From: RecursivePineapple Date: Thu, 8 Aug 2024 09:16:57 -0400 Subject: Added the miniature wormhole generator (#2800) * Added the miniature wormhole generator * Updated structure & tooltip and added hatch hask * Fixed controller promotion not working * Initial work wormhole render + spotless + git strangeness * Fix wildcard imports * Removed redundant code + added more reasonable defaults * fix * sa * Remove debug print statements --------- Co-authored-by: Martin Robertz Co-authored-by: CookieBrigade <138534411+cookiebrigade@users.noreply.github.com> --- 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 c24d8dd8a6..1c651fb2d5 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -554,6 +554,7 @@ 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.missing_item=§7Missing required item: §b%s§f GT5U.gui.text.ph_sensor=pH threshold GT5U.item.programmed_circuit.select.header=Reprogram Circuit -- cgit