aboutsummaryrefslogtreecommitdiff
path: root/src/Java
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:29:30 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:29:30 +1000
commitc02c8398d45bbcaa90fd30f0a72a4937ed210467 (patch)
treeec2bb6e5cde575dd6fae02ba97110d3f27e5eee2 /src/Java
parent6956a57313794083599318fe0db22420f6e6b7b9 (diff)
downloadGT5-Unofficial-c02c8398d45bbcaa90fd30f0a72a4937ed210467.tar.gz
GT5-Unofficial-c02c8398d45bbcaa90fd30f0a72a4937ed210467.tar.bz2
GT5-Unofficial-c02c8398d45bbcaa90fd30f0a72a4937ed210467.zip
% Minor adjustments.
Diffstat (limited to 'src/Java')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java
index 0cd94efac6..eaa939a2fd 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_SeleniumProcessing.java
@@ -23,7 +23,7 @@ public class RECIPES_SeleniumProcessing {
processCopperRecipes();
//Liquify the Dried Dioxide
- AddGregtechRecipe.addCokeAndPyrolyseRecipes(MISC_MATERIALS.SELENIUM_DIOXIDE.getDust(1), 14, FluidUtils.getSteam(500), null, MISC_MATERIALS.SELENIUM_DIOXIDE.getFluid(1000), 120, 1024);
+ AddGregtechRecipe.addCokeAndPyrolyseRecipes(MISC_MATERIALS.SELENIUM_DIOXIDE.getDust(1), 13, FluidUtils.getSteam(500), null, MISC_MATERIALS.SELENIUM_DIOXIDE.getFluid(1000), 120, 1024);
// Produce Selenious Acid
AddGregtechRecipe.addCokeAndPyrolyseRecipes(MISC_MATERIALS.SELENIUM_DIOXIDE.getCell(1), 14, FluidUtils.getHotWater(4000), CI.emptyCells(1), MISC_MATERIALS.SELENIOUS_ACID.getFluid(1000), 120, 2048);