From b1701ab0d0fb2e204a1d9428d354ab364d5a6e6d Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 14 Dec 2025 21:20:22 -0600 Subject: [PATCH] remove iris unsupported error for neo 1.21.11 --- .../neoforge/wrappers/modAccessor/IrisAccessor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neoforge/src/main/java/com/seibel/distanthorizons/neoforge/wrappers/modAccessor/IrisAccessor.java b/neoforge/src/main/java/com/seibel/distanthorizons/neoforge/wrappers/modAccessor/IrisAccessor.java index aa59e3699..c9d301455 100644 --- a/neoforge/src/main/java/com/seibel/distanthorizons/neoforge/wrappers/modAccessor/IrisAccessor.java +++ b/neoforge/src/main/java/com/seibel/distanthorizons/neoforge/wrappers/modAccessor/IrisAccessor.java @@ -33,9 +33,9 @@ public class IrisAccessor implements IIrisAccessor { public IrisAccessor() { - #if MC_VER == MC_1_21_11 - throw new UnsupportedOperationException("Iris isn't supported on this version of DH. When this version of DH was created Iris wasn't available for Neoforge yet."); - #endif + //#if MC_VER == MC_1_21_11 + //throw new UnsupportedOperationException("Iris isn't supported on this version of DH. When this version of DH was created Iris wasn't available for Neoforge yet."); + //#endif }