aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGDCloud <gdcloudstrike@gmail.com>2023-02-27 18:02:00 +0100
committerGDCloud <gdcloudstrike@gmail.com>2023-02-27 18:02:00 +0100
commit98cd23a256e4a4cc176fcc35fb070c37c31bc1e4 (patch)
tree87e24feac22c0acd0f6083a7f1fe5914e8f3e6b1 /src/main
parent24461c3987a7fdbd8c2f826365370e9b9e4c133f (diff)
downloadGT5-Unofficial-98cd23a256e4a4cc176fcc35fb070c37c31bc1e4.tar.gz
GT5-Unofficial-98cd23a256e4a4cc176fcc35fb070c37c31bc1e4.tar.bz2
GT5-Unofficial-98cd23a256e4a4cc176fcc35fb070c37c31bc1e4.zip
Decrease hatch drain cooldown
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
index f0aa686d6a..3a1dd00c67 100644
--- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
+++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
@@ -722,7 +722,7 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl
private double hydrogenOverflowProbabilityAdjustment;
private double heliumOverflowProbabilityAdjustment;
- private static final long TICKS_BETWEEN_HATCH_DRAIN = EOH_DEBUG_MODE ? 20 : 200;
+ private static final long TICKS_BETWEEN_HATCH_DRAIN = EOH_DEBUG_MODE ? 10 : 50;
private List<ItemStackLong> outputItems = new ArrayList<>();