Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
minor wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Mar 11, 2024
1 parent 8093126 commit 563268a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ public void run() {
new GT_MetaTileEntity_EM_EyeOfHarmony(15410, "multimachine.em.eye_of_harmony", "Eye of Harmony")
.getStackForm(1L));
Machine_Multi_ForgeOfGods.set(
new GT_MetaTileEntity_EM_ForgeOfGods(15411, "multimachine.em.forge_of_gods", "Forge of Gods")
new GT_MetaTileEntity_EM_ForgeOfGods(15411, "multimachine.em.forge_of_gods", "Forge of the Gods")
.getStackForm(1L));
Machine_Multi_SmeltingModule.set(
new GT_MetaTileEntity_EM_SmeltingModule(15412, "multimachine.em.smelting_module", "Smelting Module")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void addInformation(ItemStack aStack, EntityPlayer aPlayer, List aList, b
aList.add(
GT_LanguageManager.addStringLocalization(
"godforge.casings.4.Tooltip.0",
"Taps into streams of stellar matter to harness its heat energy"));
"Taps into streams of stellar matter to harness their heat energy"));
aList.add(
AQUA.toString() + BOLD
+ GT_LanguageManager
Expand Down

0 comments on commit 563268a

Please sign in to comment.