#ModelPredicateProviderRegistry gone?
5 messages · Page 1 of 1 (latest)
In 1.21.4 they were replaced with the new Item Model Definition files
https://minecraft.wiki/w/Items_model_definition
Minecraft Wiki
To render items there are several different variants of them (like armors with trims patterns). The item model definition file lists all the existing variants and links them to their corresponding model. Items can also be composed of several different models at the same time, with "composite" object. The models are then used depending on various...
Yeah, I found that after looking in the Fabric 1.21.4 blogpost. It doesn't work unfortunately.