Skip to content

Commit 34f0628

Browse files
committed
small change to WAT tooltip
1 parent a04e25a commit 34f0628

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/generated/resources/assets/gtmutils/lang/en_ud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tooltip.omnibreaker.tool_mode_2": "ɹǝʌıɹpʍǝɹɔS",
6161
"tooltip.omnibreaker.tool_mode_3": "ɹǝʇʇnɔ-ǝɹıM",
6262
"tooltip.omnibreaker.tool_mode_4": "ɹɐqʍoɹƆ",
63-
"tooltip.pterb_machine.frequencies": "˙ɹǝɯɹoɟsuɐɹ⟘ ǝʌıʇɔⱯ ǝןbuıs ɐ ǝʞıן ʇɔɐ ʎɔuǝnbǝɹɟ ǝɯɐs ǝɥʇ ɥʇıʍ s⟘ⱯM ןןⱯ",
63+
"tooltip.pterb_machine.frequencies": "˙ɹǝɯɹoɟsuɐɹ⟘ ǝʌıʇɔⱯ ǝןbuıs ɐ ǝʞıן ɹǝɥʇo ɥɔɐǝ uǝǝʍʇǝq ʎbɹǝuǝ ɹǝɟsuɐɹʇ ʎןssǝןǝɹıʍ ןןıʍ ʎɔuǝnbǝɹɟ ǝɯɐs ǝɥʇ ɥʇıʍ s⟘ⱯM ןןⱯ",
6464
"tooltip.pterb_machine.input_coolant_before_use": "¡uo ʇı buıuɹnʇ ǝɹoɟǝq ʇuɐןooɔ ʇnduı sʎɐʍןⱯ",
6565
"tooltip.pterb_machine.purpose": ")ᗺᴚƎ⟘Ԁ( ǝbpıɹᗺ uǝsoᴚ-uıǝʇsuıƎ ɹǝɟsuɐɹ⟘ ɹǝʍoԀ",
6666
"tooltip.pterb_machine.uses_coolant": "¡uoıʇɔunɟ oʇ %s suıɐɹᗡ"

src/generated/resources/assets/gtmutils/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tooltip.omnibreaker.tool_mode_2": "Screwdriver",
6161
"tooltip.omnibreaker.tool_mode_3": "Wire-cutter",
6262
"tooltip.omnibreaker.tool_mode_4": "Crowbar",
63-
"tooltip.pterb_machine.frequencies": "All WATs with the same frequency act like a single Active Transformer.",
63+
"tooltip.pterb_machine.frequencies": "All WATs with the same frequency will wirelessly transfer energy between each other like a single Active Transformer.",
6464
"tooltip.pterb_machine.input_coolant_before_use": "Always input coolant before turning it on!",
6565
"tooltip.pterb_machine.purpose": "Power Transfer Einstein-Rosen Bridge (PTERB)",
6666
"tooltip.pterb_machine.uses_coolant": "Drains %s to function!"

src/main/java/net/neganote/gtutilities/datagen/lang/UtilLangHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void init(RegistrateLangProvider provider) {
3939

4040
provider.add("tooltip.pterb_machine.purpose", "Power Transfer Einstein-Rosen Bridge (PTERB)");
4141
provider.add("tooltip.pterb_machine.frequencies",
42-
"All WATs with the same frequency act like a single Active Transformer.");
42+
"All WATs with the same frequency will wirelessly transfer energy between each other like a single Active Transformer.");
4343
provider.add("gtmutils.pterb.current_frequency", "Current frequency: %s");
4444

4545
provider.add("config.jade.plugin_gtmutils.pterb_info", "WAT Info");

0 commit comments

Comments
 (0)