aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2023-06-20 12:25:55 +0100
committerGitHub <noreply@github.com>2023-06-20 13:25:55 +0200
commit84409a81339479cfc253b1ba829e28be1f7e0061 (patch)
treef6a5cbff2ae808a45c2877d9111a1c4eb45a5a86 /src/main/java
parent03d5284b6bfd866554f315a192e75cd7586b86f2 (diff)
downloadGT5-Unofficial-84409a81339479cfc253b1ba829e28be1f7e0061.tar.gz
GT5-Unofficial-84409a81339479cfc253b1ba829e28be1f7e0061.tar.bz2
GT5-Unofficial-84409a81339479cfc253b1ba829e28be1f7e0061.zip
use the right LuV material (#337)
Former-commit-id: 045438d43c647d5620f1f9ffbb67eaac06259ee1
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java9
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/CraftingRecipes.java4
2 files changed, 9 insertions, 4 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java
index f3d8ccf406..7331353108 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java
@@ -12,7 +12,11 @@ import com.github.bartimaeusnek.bartworks.common.loaders.ItemRegistry;
import com.github.bartimaeusnek.bartworks.system.material.WerkstoffLoader;
import com.github.bartimaeusnek.bartworks.util.BW_Util;
-import gregtech.api.enums.*;
+import gregtech.api.enums.GT_Values;
+import gregtech.api.enums.ItemList;
+import gregtech.api.enums.Materials;
+import gregtech.api.enums.OrePrefixes;
+import gregtech.api.enums.TierEU;
import gregtech.api.util.GT_OreDictUnificator;
public class AssemblyLine implements Runnable {
@@ -58,7 +62,8 @@ public class AssemblyLine implements Runnable {
24000,
new ItemStack[] { ItemList.Machine_LuV_CircuitAssembler.get(1L), ItemList.Robot_Arm_LuV.get(4L),
ItemList.Electric_Motor_LuV.get(4L), ItemList.Field_Generator_LuV.get(1L),
- ItemList.Emitter_LuV.get(1L), ItemList.Sensor_LuV.get(1L), Materials.Chrome.getPlates(8) },
+ ItemList.Emitter_LuV.get(1L), ItemList.Sensor_LuV.get(1L),
+ WerkstoffLoader.LuVTierMaterial.get(OrePrefixes.plate, 8) },
new FluidStack[] { new FluidStack(solderIndalloy, 1440) },
ItemRegistry.cal.copy(),
24000,
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/CraftingRecipes.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/CraftingRecipes.java
index 9549625c8a..c36b0a6127 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/CraftingRecipes.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/CraftingRecipes.java
@@ -404,7 +404,7 @@ public class CraftingRecipes implements Runnable {
GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 1L), 'C',
"circuit" + Materials.Master, 'F', ItemList.Field_Generator_LuV.get(1L), 'E',
ItemList.Emitter_LuV.get(1L), 'S', ItemList.Sensor_LuV.get(1L), 'P',
- GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 1L), });
+ WerkstoffLoader.LuVTierMaterial.get(OrePrefixes.plate, 1), });
// ClonalCellularSynthesisModule
GT_ModHandler.addCraftingRecipe(
@@ -414,7 +414,7 @@ public class CraftingRecipes implements Runnable {
GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 1L), 'C',
"circuit" + Materials.Master, 'F', ItemList.Field_Generator_LuV.get(1L), 'E',
ItemList.Emitter_LuV.get(1L), 'S', ItemList.Sensor_LuV.get(1L), 'P',
- GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 1L), });
+ WerkstoffLoader.LuVTierMaterial.get(OrePrefixes.plate, 1), });
GT_ModHandler.addCraftingRecipe(
new GT_TileEntity_BioVat(