From 6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0 Mon Sep 17 00:00:00 2001 From: Elkatra2 <116808419+Elkatra2@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:00:42 +0200 Subject: Fix of new Overflow Valve (#3186) Co-authored-by: Martin Robertz --- .../gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index e51d60834f..4858b55583 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -806,11 +806,11 @@ public enum GregtechItemList implements IGregtechItemContainer { */ // Fluid Void Covers - Cover_Overflow_LV, - Cover_Overflow_MV, - Cover_Overflow_HV, - Cover_Overflow_EV, - Cover_Overflow_IV, + Cover_Overflow_Valve_LV, + Cover_Overflow_Valve_MV, + Cover_Overflow_Valve_HV, + Cover_Overflow_Valve_EV, + Cover_Overflow_Valve_IV, // Item Void Covers Cover_Overflow_Item_ULV, -- cgit