remove iris unsupported error for neo 1.21.11

This commit is contained in:
James Seibel
2025-12-14 21:20:22 -06:00
parent c048d5cb56
commit b1701ab0d0
@@ -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
}