Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/siphon-running-text' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 10, 2025
2 parents 04ee574 + 7171359 commit faf82e0
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 faf82e0

Please sign in to comment.