Static profiles no longer resolve texture data unless an id or name is provided.
This did not use to be the case before this snapshot.
Steps to Reproduce:
Summon a mannequin with either of these two commands:
/summon minecraft:mannequin ~ ~ ~ {profile:{id:[I;0,0,0,0],properties:[{name:"textures",value:"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYWIzZWVlNmQ2YzlkMGE5OTVmNjI2ZDE1ZGM1NDFiYjhjZGQzNGQyNjA2YTRhZjJlMjU2MzE4OTI3ZDAwNCIsbWV0YWRhdGE6e21vZGVsOiJzbGltIn19fX0="}]}}
/summon minecraft:mannequin ~ ~ ~ {profile:{name:"asdf",properties:[{name:"textures",value:"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYWIzZWVlNmQ2YzlkMGE5OTVmNjI2ZDE1ZGM1NDFiYjhjZGQzNGQyNjA2YTRhZjJlMjU2MzE4OTI3ZDAwNCIsbWV0YWRhdGE6e21vZGVsOiJzbGltIn19fX0="}]}}
Textures resolve as expected
Summon a mannequin with
/summon minecraft:mannequin ~ ~ ~ {profile:{properties:[{name:"textures",value:"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYWIzZWVlNmQ2YzlkMGE5OTVmNjI2ZDE1ZGM1NDFiYjhjZGQzNGQyNjA2YTRhZjJlMjU2MzE4OTI3ZDAwNCIsbWV0YWRhdGE6e21vZGVsOiJzbGltIn19fX0="}]}}
❌ Observed: profile does not resolve and displays an Alex skin
✔ Expected: profile resolves textures like before
Attachments
Comments 0
No comments.