aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2023-02-17 18:56:05 +0100
committerGitHub <noreply@github.com>2023-02-17 18:56:05 +0100
commit4fa9549f46eb883cff9a96346be38d73bca7c5f4 (patch)
treee745da46b565eabe8cefda3ee8fa11acb585cdec /src/main
parent48227d119a45382c7ef347833fa9274f04dea874 (diff)
downloadGT5-Unofficial-4fa9549f46eb883cff9a96346be38d73bca7c5f4.tar.gz
GT5-Unofficial-4fa9549f46eb883cff9a96346be38d73bca7c5f4.tar.bz2
GT5-Unofficial-4fa9549f46eb883cff9a96346be38d73bca7c5f4.zip
swap time and voltage (#289)
Former-commit-id: 23b227f6b046247060524cd5ddc7a3e7e052df32
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java
index 58aa909e5e..6a9b063dd0 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ElectricImplosionCompressorRecipes.java
@@ -59,8 +59,8 @@ public class ElectricImplosionCompressorRecipes implements Runnable {
// OUT.
new ItemStack[] { ItemList.Circuit_Chip_Optical.get(16L) },
new FluidStack[] { GT_Values.NF },
- (int) TierEU.RECIPE_UMV,
- 5 * 20);
+ 5 * 20,
+ (int) TierEU.RECIPE_UMV);
}