aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core
diff options
context:
space:
mode:
authorDaniel Mendes <70096037+Steelux8@users.noreply.github.com>2023-04-01 14:43:57 +0100
committerGitHub <noreply@github.com>2023-04-01 15:43:57 +0200
commit28f834adedf872aac7048b18271603fc5a88edb5 (patch)
tree1eb95e3fc43a826196dc6e456da4935d8ef07e4f /src/main/java/gtPlusPlus/core
parent0d0e9460755613374290bbaada7c01d08ed1f171 (diff)
downloadGT5-Unofficial-28f834adedf872aac7048b18271603fc5a88edb5.tar.gz
GT5-Unofficial-28f834adedf872aac7048b18271603fc5a88edb5.tar.bz2
GT5-Unofficial-28f834adedf872aac7048b18271603fc5a88edb5.zip
LFTR Chain Fixes, Buffs and Tweaks (#584)
* Update LFTR Tooltip * Update Fuel Refinery Tooltip * Fix casing name in Refinery tooltip * Clarify Sparge Tower Speed in Tooltip * Lithium Hydroxide Recipe Buff * LFTR Fuel Exploit Fixed * Protactinium Recipe Changes * spotlessApply (#585) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index 8ddcfc4112..9c733141c1 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -2335,7 +2335,7 @@ public class RECIPES_Machines {
CI.craftingToolScrewdriver,
"plateDoubleHastelloyC276",
"gearGtTalonite",
- CI.fieldGenerator_MV,
+ CI.fieldGenerator_LV,
"gearGtTalonite",
"plateDoubleHastelloyC276",
CI.craftingToolHammer_Hard,
@@ -2377,7 +2377,7 @@ public class RECIPES_Machines {
"gearGtStellite",
GregtechItemList.Industrial_FuelRefinery.get(1));
- ItemStack mInnerTank = ItemList.Quantum_Tank_LV.get(1);
+ ItemStack mInnerTank = ItemList.Super_Tank_IV.get(1);
// Incoloy Casing
RecipeUtils.addShapedGregtechRecipe(
@@ -3369,7 +3369,7 @@ public class RECIPES_Machines {
// Sparge Tower Casing
CORE.RA.addSixSlotAssemblingRecipe(
new ItemStack[] { CI.getNumberedAdvancedCircuit(8), CI.getTieredGTPPMachineCasing(3, 1),
- ALLOY.HS188A.getPlate(8), ALLOY.HASTELLOY_N.getRing(4),
+ ALLOY.HS188A.getPlate(2), ALLOY.HASTELLOY_N.getRing(4),
CI.getTieredComponentOfMaterial(Materials.TungstenSteel, OrePrefixes.plateDouble, 4),
ALLOY.HASTELLOY_N.getScrew(4), },
ALLOY.STAINLESS_STEEL.getFluidStack(8 * 144),