ModelLoadingPlugin$Context#resolveModel does not support non `inventory` ModelIdentifiers
MerchantPug opened this issue ยท 2 comments
This may be a regression with the new API, but I don't think you can handle non #inventory
based model ids through resolveModel
methods.
This is a problem in my case, where I wish to register dynamic block models created by the user.
ModelResolver
never supported ModelIdentifier
(Identifier
+ variant) models as that is not its goal (use BlockStateResolver
or ModelModifier.OnLoad
instead), so I assume you mean that models that are referenced in blockstate files are not received by ModelResolver
s. The code should support this; can you provide the code that stopped working?