aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorRIONDY 'POPlol333' Adam <76914762+POPlol333@users.noreply.github.com>2023-06-14 15:10:23 +0200
committerGitHub <noreply@github.com>2023-06-14 15:10:23 +0200
commitbebc0d153cfa0d5406aec7d136e6f248337f60be (patch)
treeb512564783aa2ee126182472500dbbb1040e6cd4 /src/main
parentd52ac44fd067cf6d2fcc95ead1a0f383402b46b2 (diff)
downloadGT5-Unofficial-bebc0d153cfa0d5406aec7d136e6f248337f60be.tar.gz
GT5-Unofficial-bebc0d153cfa0d5406aec7d136e6f248337f60be.tar.bz2
GT5-Unofficial-bebc0d153cfa0d5406aec7d136e6f248337f60be.zip
butcher EOH controller recipe time to 5m like every other controller were (#222)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
index 195a83726f..8789fb1707 100644
--- a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
+++ b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
@@ -2572,7 +2572,7 @@ public class ResearchStationAssemblyLine implements Runnable {
FluidUtils.getFluidStack("molten.metastable oganesson", 144 * 256 * 4),
FluidUtils.getFluidStack("molten.shirabon", 144 * 256 * 4), },
CustomItemList.Machine_Multi_EyeOfHarmony.get(1),
- 1_000_000,
+ 5 * MINUTES,
(int) TierEU.RECIPE_UMV);
}