aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-12-24 15:15:42 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-12-24 15:15:42 +0000
commit455b83bb264dd21677fc742f4e91097bfe0a6868 (patch)
tree547724c9c2104d0f3990e02e079431160098bace /src/Java/gtPlusPlus/core/recipe
parenta641e66b8417ef72acca286a74b090ae759152d8 (diff)
downloadGT5-Unofficial-455b83bb264dd21677fc742f4e91097bfe0a6868.tar.gz
GT5-Unofficial-455b83bb264dd21677fc742f4e91097bfe0a6868.tar.bz2
GT5-Unofficial-455b83bb264dd21677fc742f4e91097bfe0a6868.zip
% Nerfed Radon Production from Radium within GTNH.
$ Minor adjustments to the Decayables Chest, it now ticks 20x per second, not just once.
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 bf9ead6f90..96fb7f0125 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -80,7 +80,7 @@ public class RECIPES_GREGTECH {
ItemUtils.getSimpleStack(ModItems.dustDecayedRadium226, 1),
null,
null,
- FluidUtils.getFluidStack("radon", 500),
+ FluidUtils.getFluidStack("radon", !CORE.GTNH ? 500 : 144),
null,
null,
null,