Merge 1.16 into 1.18
This commit is contained in:
commit
a502a509ed
|
|
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user