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

Commit

Permalink
Remove the right recipe >.>
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisis committed Mar 1, 2022
1 parent c65d517 commit 495432a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,18 +311,16 @@ public static void loadLanthanideRecipes() {
//WerkstoffMaterialPool.CeriumDioxide
//
//)
// Cerium III Oxide
GT_Values.RA.addBlastRecipe(

// Cerium Oxalate
GT_Values.RA.addChemicalRecipe(
GT_Utility.getIntegratedCircuit(1),
WerkstoffMaterialPool.CeriumChloride.get(OrePrefixes.dust, 2),
MyMaterial.oxalate.getFluidOrGas(3000),
Materials.HydrochloricAcid.getFluid(6000),
WerkstoffMaterialPool.CeriumOxalate.get(OrePrefixes.dust, 1),
null,
Materials.Water.getFluid(2000),
WerkstoffMaterialPool.CeriumIIIOxide.get(OrePrefixes.dust, 1),
null,
600,
1920,
1500
300,
450
);

// Cerium
Expand Down

0 comments on commit 495432a

Please sign in to comment.