aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-02-06 02:46:31 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-02-06 02:46:31 +0000
commitd10055e3283721cc624ec53e72411e295fd5fb4c (patch)
tree0ee8191a984bf26e388abba82f89edc82f74be9a /src/Java/gtPlusPlus/core/recipe
parent496494c89c7510e6454cf5b117bc4e44f0ad8e38 (diff)
downloadGT5-Unofficial-d10055e3283721cc624ec53e72411e295fd5fb4c.tar.gz
GT5-Unofficial-d10055e3283721cc624ec53e72411e295fd5fb4c.tar.bz2
GT5-Unofficial-d10055e3283721cc624ec53e72411e295fd5fb4c.zip
$ Hopefully fixed a crash concerning Assembly Line recipes.
$ Fixed amount of fluid ender used within a Cyclotron recipe.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 9d34aa371d..6f4e8870d7 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -1955,7 +1955,7 @@ public class RECIPES_GREGTECH {
Particle.getBaseParticle(Particle.UNKNOWN),
Particle.getBaseParticle(Particle.UNKNOWN),
},
- FluidUtils.getWildcardFluidStack("ender", 1000),
+ FluidUtils.getFluidStack(FluidUtils.getWildcardFluidStack("ender", 1000), 1000),
new ItemStack[] {
ORES.DEEP_EARTH_REACTOR_FUEL_DEPOSIT.getDust(1)
},