From 8099d37c141e0590aeff1d8980c98b03fb2e08c4 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 11 Apr 2026 09:19:44 -0500 Subject: [PATCH] add a comment for Iris 26 incompat reason --- versionProperties/26.1.0.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/versionProperties/26.1.0.properties b/versionProperties/26.1.0.properties index 976dd8d54..8a102a35d 100644 --- a/versionProperties/26.1.0.properties +++ b/versionProperties/26.1.0.properties @@ -26,6 +26,9 @@ bclib_version= immersive_portals_version= canvas_version= +# There is a bug on Iris' end where it fails to rebind "sampler1" +# causing a Blaze3D validation to fail, crashing the renderer. +# Unfortunately this bug doesn't appear to be fixable on DH's end. fabric_incompatibility_list={ "iris": "*" } fabric_recommend_list={}