diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-06 02:46:31 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-06 02:46:31 +0000 |
commit | d10055e3283721cc624ec53e72411e295fd5fb4c (patch) | |
tree | 0ee8191a984bf26e388abba82f89edc82f74be9a /src/Java/gtPlusPlus/core/recipe | |
parent | 496494c89c7510e6454cf5b117bc4e44f0ad8e38 (diff) | |
download | GT5-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.java | 2 |
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) }, |