Merge 1.19.4 into 1.20
This commit is contained in:
commit
5ed2faebc4
|
|
@ -102,7 +102,7 @@ public abstract class ModelBakerImplMixin {
|
||||||
if(!wasMissingModel) {
|
if(!wasMissingModel) {
|
||||||
for(ModernFixClientIntegration integration : ModernFixClient.CLIENT_INTEGRATIONS) {
|
for(ModernFixClientIntegration integration : ModernFixClient.CLIENT_INTEGRATIONS) {
|
||||||
try {
|
try {
|
||||||
toReplace = integration.onUnbakedModelPreBake(arg, toReplace, (ModelBakery)(Object)this);
|
toReplace = integration.onUnbakedModelPreBake(arg, toReplace, this.field_40571);
|
||||||
} catch(RuntimeException e) {
|
} catch(RuntimeException e) {
|
||||||
ModernFix.LOGGER.error("Exception firing model pre-bake event for {}", arg, e);
|
ModernFix.LOGGER.error("Exception firing model pre-bake event for {}", arg, e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user