-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.21.4] Extra models registered through ModelLoadingPlugin
only loading top level
#4332
Comments
is there a way that they will fix it or is it just how fabric will be now lol |
This appears to be vanilla behavior in 1.21.4 It will load but not bake parents that are unused otherwise. You can see this by trying to read any of the templated models like cube_all. they are not baked. |
This is a bug. I ported Model Loading API v1 to 1.21.4 but this issue was not brought to my attention; I happened to stumble upon it now. Expect a pull request to fix this soon. |
- Adjust testmod to make test extra model have a parent that is not referenced by any other model
Fixed with Fabric API 0.114.1. |
oh awesome |
As of 1.21.4, extra models registered through a
ModelLoadingPlugin
only load the top model. If the model has a"parent"
, it is not loaded, resulting in a blank model. This works in Minecraft versions before 1.21.4, but Fabric API has seemed to have lost that behaviour during the update.The text was updated successfully, but these errors were encountered: