aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-12 12:34:49 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-12 12:34:49 +0000
commitcdaa19e700a862766e1af69528c42af43cf1a1fc (patch)
treecb065ed7cae780e5b11e35431cf54171e0534c3c /src/Java/gtPlusPlus/xmod/gregtech
parent5e0647862dae8d3cc847f09ff081e424a537f7f4 (diff)
downloadGT5-Unofficial-cdaa19e700a862766e1af69528c42af43cf1a1fc.tar.gz
GT5-Unofficial-cdaa19e700a862766e1af69528c42af43cf1a1fc.tar.bz2
GT5-Unofficial-cdaa19e700a862766e1af69528c42af43cf1a1fc.zip
Fixed cells being consumed in nuclear reprocessing.
Removed some debug logging. Removed ClassTransformer_CC_GuiContainerManager. Improved handling in GT_NEI_LFTR_Sparging. Added Erbium. Added HeLiCoPtEr.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java
index 646b99d924..8ec192b573 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_NuclearFuelProcessing.java
@@ -97,7 +97,7 @@ public class RecipeLoader_NuclearFuelProcessing {
ELEMENT.getInstance().FLUORINE.getCell(6),
NUCLIDE.LiFBeF2ThF4.getFluidStack(10000),
new ItemStack[] {
- CI.emptyCells(3),
+ CI.emptyCells(4),
FLUORIDES.LITHIUM_FLUORIDE.getCell(1),
FLUORIDES.BERYLLIUM_FLUORIDE.getCell(1),
ItemUtils.getSimpleStack(ModItems.dustProtactinium233),
@@ -210,6 +210,7 @@ public class RecipeLoader_NuclearFuelProcessing {
ELEMENT.getInstance().FLUORINE.getCell(3),
NUCLIDE.Sparged_LiFBeF2UF4FP.getFluidStack(1000),
new ItemStack[] {
+ CI.emptyCells(1),
NUCLIDE.UF6F2FP.getCell(2)
},
new int[] {10000},