parent
7742a9507f
commit
1cdd9fdaaa
|
|
@ -105,7 +105,7 @@ public abstract class ModelBakeryMixin implements IExtendedModelBakery {
|
||||||
.addAll(modsListening)
|
.addAll(modsListening)
|
||||||
.build();
|
.build();
|
||||||
/* First, bake any incompatible models ahead of time (for mods that have custom models) */
|
/* First, bake any incompatible models ahead of time (for mods that have custom models) */
|
||||||
this.unbakedCache.keySet().forEach(location -> {
|
new ArrayList<>(this.unbakedCache.keySet()).forEach(location -> {
|
||||||
if(incompatibleLazyBakedModels.contains(location.getNamespace())) {
|
if(incompatibleLazyBakedModels.contains(location.getNamespace())) {
|
||||||
this.bakeIfPossible(location);
|
this.bakeIfPossible(location);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user