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

Commit

Permalink
Fix recipe loop. (#866)
Browse files Browse the repository at this point in the history
Remove erroneous recipe.
  • Loading branch information
AbdielKavash authored Apr 11, 2024
1 parent d961bf1 commit 47bdf98
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,6 @@ private static void chemicalReactorRecipes() {
ItemUtils.getItemStackOfAmountFromOreDict("dustLithiumFluoride", 5),
600 * 20);

GT_Values.RA.addChemicalRecipe(
ItemUtils.getItemStackOfAmountFromOreDict("dustLithium7", 1),
null,
FluidUtils.getFluidStack("sulfuricacid", 144 * 8),
FluidUtils.getFluidStack("sulfuriclithium", 144 * 2),
ItemUtils.getItemStackOfAmountFromOreDict("dustSmallLithium7", 1),
20 * 20);

GT_Values.RA.addChemicalRecipe(
ItemUtils.getItemStackOfAmountFromOreDict("cellOxygen", 1),
ItemUtils.getItemStackOfAmountFromOreDict("dustLithium7", 16),
Expand Down

0 comments on commit 47bdf98

Please sign in to comment.