This commit is contained in:
mcrcortex
2025-09-08 07:30:46 +10:00
parent 99ee9a5ad2
commit 3513192907

View File

@@ -294,7 +294,7 @@ public class IrisShaderPatch {
} }
patchData = GSON.fromJson(voxyPatchData, PatchGson.class); patchData = GSON.fromJson(voxyPatchData, PatchGson.class);
if (patchData == null) { if (patchData == null) {
throw new IllegalStateException("voxy json patch not valid: " + voxyPatchData); return null;
} }
{//Inject data from the auxilery files if they are present {//Inject data from the auxilery files if they are present