aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorquerns <33518699+querns@users.noreply.github.com>2023-08-03 17:06:50 -0500
committerGitHub <noreply@github.com>2023-08-04 00:06:50 +0200
commit7dbe562ce01d4f76b893d98c5d86108c66774f09 (patch)
treeafb07089593d9a7d6dcc454602929e2185ed66f5 /src/main/java/gtPlusPlus/xmod/gregtech/registration
parentdea0915106c5314f25558f90c1958ff62365a806 (diff)
downloadGT5-Unofficial-7dbe562ce01d4f76b893d98c5d86108c66774f09.tar.gz
GT5-Unofficial-7dbe562ce01d4f76b893d98c5d86108c66774f09.tar.bz2
GT5-Unofficial-7dbe562ce01d4f76b893d98c5d86108c66774f09.zip
Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches (#713)
* Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
index bee1aafbd8..da757cf677 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
@@ -91,7 +91,7 @@ public class GregtechCustomHatches {
// Multiblock Reservoir Hatch
GregtechItemList.Hatch_Reservoir.set(
- new GT_MetaTileEntity_Hatch_Reservoir(31071, "hatch.water.intake.tier.00", "Reservoir Hatch", 6)
+ new GT_MetaTileEntity_Hatch_Reservoir(31071, "hatch.water.intake.tier.00", "Reservoir Hatch", 4)
.getStackForm(1L));
// Steam Hatch