We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e31a4e + bb0c4fd commit a502a50Copy full SHA for a502a50
common/src/main/java/org/embeddedt/modernfix/dynamicresources/ModelBakeryHelpers.java
@@ -66,7 +66,7 @@ private static void gatherAdditionalViaManualScan(List<PackResources> untrustedP
66
ResourceLocation fileLocation = new ResourceLocation(blockstate.getNamespace(), filePrefix + blockstate.getPath() + ".json");
67
try (Resource resource = frm.getResource(fileLocation)) {
68
knownLocations.add(blockstate);
69
- } catch (IOException ignored) {
+ } catch (IOException | RuntimeException ignored) {
70
}
71
72
0 commit comments