Skip to content

Commit

Permalink
Change siphon running text
Browse files Browse the repository at this point in the history
Formerly "Drilling"
Now says "Extracting from the planet"
  • Loading branch information
serenibyss committed Jan 10, 2025
1 parent 0fce1e7 commit 7171359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public boolean isCorrectMachinePart(ItemStack stack) {
mEfficiency = 10000 - (getIdealStatus() - getRepairStatus()) * 1000;
mEfficiencyIncrease = 10000;
mMaxProgresstime = 20;
return SimpleCheckRecipeResult.ofSuccess("drilling");
return SimpleCheckRecipeResult.ofSuccess("siphoning");
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ tile.GasSiphonCasing.name=Planetary Siphon Casing
# GUI
GT5U.gui.text.no_space_station=§7Not on a space station
GT5U.gui.text.invalid_depth=§7Invalid depth
GT5U.gui.text.siphoning=§aExtracting from the planet
GT5U.gui.text.missing_project=§7Missing §b%s §7 at §b%s
GT5U.gui.text.no_plasma=§7Not enough plasma
GT5U.gui.text.invalid_overdrive=§7Invalid overdrive settings
Expand Down

0 comments on commit 7171359

Please sign in to comment.