diff options
author | Lyfts <127234178+Lyfts@users.noreply.github.com> | 2023-07-21 17:55:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 17:55:29 +0200 |
commit | 91db1d408c07dec497598dede6069b2cd364448a (patch) | |
tree | cf3078ffacb0438ebf3870b0d243f6ea449d6ccd | |
parent | d17d3b8ebcaf7eccd7b8f3036f5161bf190690d6 (diff) | |
download | GT5-Unofficial-91db1d408c07dec497598dede6069b2cd364448a.tar.gz GT5-Unofficial-91db1d408c07dec497598dede6069b2cd364448a.tar.bz2 GT5-Unofficial-91db1d408c07dec497598dede6069b2cd364448a.zip |
Swap Void Miner and Ore Drill recipe frames (#341)
Former-commit-id: 2b5c3cf134db3f6d9365d8d1bca566b9506bf384
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/recipes/AssemblyLine.java | 2 |
1 files changed, 1 insertions, 1 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 7331353108..a8a879a3fc 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 @@ -46,7 +46,7 @@ public class AssemblyLine implements Runnable { ItemList.OreDrill4.get(1L), (int) TierEU.RECIPE_LuV, new Object[] { ItemList.OreDrill4.get(1L), - GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Europium, 9L), + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 9L), Materials.Europium.getPlates(3), ItemList.Electric_Motor_LuV.get(9L), ItemList.Sensor_LuV.get(9L), ItemList.Field_Generator_LuV.get(9L), GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Europium, 36L) }, |