From 1ab7b9dbcbf375ceff1449502acd0f873f2da51a Mon Sep 17 00:00:00 2001 From: Ryan Nasers <42074409+Cardinalstars@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:30:58 -0500 Subject: Adding some stuff I removed long ago (#2702) * Adding back in stuff I removed * Fixing connections * Idk what this was * Spotless --------- Co-authored-by: Martin Robertz --- .../java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 930d34d10d..e62695c0b5 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -825,7 +825,12 @@ public enum GregtechItemList implements GregtechItemContainer { SimpleDustWasher_IV, SimpleDustWasher_ZPM, - ; + // Redstone Utilities + RedstoneButtonPanel, + RedstoneCircuitBlock, + RedstoneLamp, + RedstoneStrengthDisplay, + RedstoneStrengthScale; public static final GregtechItemList[] DYE_ONLY_ITEMS = { Energy_Buffer_1by1_EV, Energy_Buffer_1by1_EV }; private ItemStack mStack; -- cgit