Reduce log output when preloading JSONs
This commit is contained in:
parent
fe1e39ad10
commit
878d682eee
|
|
@ -65,7 +65,7 @@ public abstract class ModelBakeryMixin {
|
|||
try {
|
||||
return this.loadBlockModel(location);
|
||||
} catch(Throwable e) {
|
||||
ModernFix.LOGGER.warn("Model " + location + " will not be preloaded", e);
|
||||
ModernFix.LOGGER.warn("Model " + location + " will not be preloaded");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user