Merge 1.16 into 1.18

This commit is contained in:
embeddedt 2023-07-08 14:51:43 -04:00
commit a502a509ed
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -66,7 +66,7 @@ public class ModelBakeryHelpers {
ResourceLocation fileLocation = new ResourceLocation(blockstate.getNamespace(), filePrefix + blockstate.getPath() + ".json");
try (Resource resource = frm.getResource(fileLocation)) {
knownLocations.add(blockstate);
} catch (IOException ignored) {
} catch (IOException | RuntimeException ignored) {
}
}
}