dash loader incorrectly caching display value of a child model
walksanatora opened this issue ยท 2 comments
Describe the bug
A clear and concise description of what the bug is.
earlier I was working on a data pack and i had the following json
{
"parent":"gun:item/awp",
"display": {
"firstperson_righthand": {
"rotation": [0, 0, 0],
"translation": [-10.1, 14, 5.614],
"scale": [1, 1, 0.7]
},
"firstperson_lefthand": {
"rotation": [0, 0, 0],
"translation": [-8, 14, 5.614],
"scale": [1, 1, 0.7]
}
}
}
In vanilla minecraft the model is placed in the top middle of the screen
when using fabric with dash loader the model is placed in the top right (the position of the parent model)
To Reproduce
Steps to reproduce the behavior:
- create a model
- create a child model and change it's display properties
- child does not have updated display properties
Expected behavior
model is placed in proper location
Context (please complete the following information):
- DashLoader Version: 4.0.0+1.19
- Minecraft Version: fabric 1.19