diff --git a/src/main/java/me/cortex/voxy/client/iris/IrisShaderPatch.java b/src/main/java/me/cortex/voxy/client/iris/IrisShaderPatch.java index cec2d9a3..510fd977 100644 --- a/src/main/java/me/cortex/voxy/client/iris/IrisShaderPatch.java +++ b/src/main/java/me/cortex/voxy/client/iris/IrisShaderPatch.java @@ -294,7 +294,7 @@ public class IrisShaderPatch { } patchData = GSON.fromJson(voxyPatchData, PatchGson.class); if (patchData == null) { - throw new IllegalStateException("voxy json patch not valid: " + voxyPatchData); + return null; } {//Inject data from the auxilery files if they are present