Skip to content

Commit 5a6c803

Browse files
author
Apop T. Osis
committed
Implemented new names, WEB Hub and WEB Reciever
1 parent 9554638 commit 5a6c803

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/main/java/net/neganote/gtutilities/common/machine/UtilMachines.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static MachineDefinition[] registerTieredMachines(String name,
166166
if (UtilConfig.INSTANCE.features.pterbEnabled || GTCEu.isDataGen()) {
167167
PTERB_MACHINE = REGISTRATE
168168
.multiblock("pterb_machine", PTERBMachine::new)
169-
.langValue("Wireless Active Transformer")
169+
.langValue("Wireless Energy Bridge Hub")
170170
.rotationState(RotationState.ALL)
171171
.recipeType(GTRecipeTypes.DUMMY_RECIPES)
172172
.appearanceBlock(CASING_PALLADIUM_SUBSTATION)
@@ -213,7 +213,7 @@ public static MachineDefinition[] registerTieredMachines(String name,
213213

214214
WEB_MACHINE = REGISTRATE
215215
.multiblock("web_machine", WEBMachine::new)
216-
.langValue("Wireless Energy Bridge")
216+
.langValue("Wireless Energy Bridge Reciever")
217217
.rotationState(RotationState.ALL)
218218
.recipeType(GTRecipeTypes.DUMMY_RECIPES)
219219
.appearanceBlock(HIGH_POWER_CASING)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ public static void init(RegistrateLangProvider provider) {
6969

7070
provider.add("tooltip.pterb_machine.purpose", "Power Transfer Einstein-Rosen Bridge (PTERB)");
7171
provider.add("tooltip.pterb_machine.frequencies",
72-
"The {name tbd} is the energy input of a wireless energy network, it shares a frequency with a {name tbd} and inputs energy into it");
72+
"The PTERB is the energy input of a wireless energy network, it shares a frequency with a ERAP and inputs energy into the wireless network");
7373
provider.add("gtmutils.pterb.current_frequency", "Current frequency: %s");
7474

75-
provider.add("tooltip.web_machine.purpose", "{name tbd}");
75+
provider.add("tooltip.web_machine.purpose", "Einstein-Rosen Anchor Point (ERAP)");
7676
provider.add("tooltip.web_machine.frequencies",
77-
"The {name tbd} is the energy output of a wireless energy network, it shares a frequency with a {name tbd} and outputs energy from it");
78-
provider.add("tooltip.web_machine.only_output", "Receives energy from a {name tbd}");
77+
"The ERAP is the energy output of a wireless energy network, it shares a frequency with a PTERB, it takes and outputs energy from the wireless network");
78+
provider.add("tooltip.web_machine.only_output", "Receives energy from a PTERB");
7979

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

0 commit comments

Comments
 (0)