diff options
author | Pxx500 <81298696+Pxx500@users.noreply.github.com> | 2023-01-15 22:21:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 22:21:48 +0100 |
commit | 7775a6d96700eb55811a2511007eed892f827386 (patch) | |
tree | fcf25dc58502d52c7d0575f626d7f4c0e586c001 /src | |
parent | e0df2c08c2029f54bba4b91d1b3aa01127926d58 (diff) | |
download | GT5-Unofficial-7775a6d96700eb55811a2511007eed892f827386.tar.gz GT5-Unofficial-7775a6d96700eb55811a2511007eed892f827386.tar.bz2 GT5-Unofficial-7775a6d96700eb55811a2511007eed892f827386.zip |
Update RecipeLoader.java
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java index 3006732736..21c89d0dcb 100644 --- a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java +++ b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java @@ -605,7 +605,7 @@ public class RecipeLoader { 0); // BEGIN Cerium - // Cerium Ore + 3HCl = CeCl3 + Monazite Ore (to allow cerium processing without bastnazite/monazite) + // Cerium-rich mixture + 3HCl = CeCl3 + Monazite (to allow cerium processing without bastnazite/monazite) GT_Values.RA.addChemicalRecipe( WerkstoffMaterialPool.CeriumRichMixture.get(OrePrefixes.dust, 2), null, |