JSON cache
This commit is contained in:
parent
3a5a264436
commit
90c8362c95
2 changed files with 8 additions and 3 deletions
|
@ -72,7 +72,7 @@ public abstract class ModelBakeryMixin {
|
|||
});
|
||||
}
|
||||
else {
|
||||
states.stream().parallel().forEach(blockState -> {
|
||||
states.forEach(blockState -> {
|
||||
ResourceLocation stateID = BlockModelShaper.stateToModelLocation(blockID, blockState);
|
||||
UnbakedModel model = provider.getModelVariant(stateID, blockState, cache);
|
||||
cache.put(stateID, model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue