Shulker textures broken with Visual Shulker Labels
MendingNights opened this issue ยท 4 comments
I'm assuming that the pack creator hasn't updated to 1.19.3 yet.
Tell them to add the entity/shulker
textures to the atlas if they want them to show up on item models.
If that's not the issue lmk and I can look into it again.
I'm assuming that the pack creator hasn't updated to 1.19.3 yet.
Tell them to add the
entity/shulker
textures to the atlas if they want them to show up on item models. If that's not the issue lmk and I can look into it again.
Thanks for the quick replay. You're correct, the creator hasn't updated to 1.19.3, yet. I don't know the creator, so, I added the atlas myself and it works fine now.
Thanks for the quick replay. You're correct, the creator hasn't updated to 1.19.3, yet. I don't know the creator, so, I added the atlas myself and it works fine now.
Hi, can you explain in more detail how to do this? I am finding absolutely no resources in how to resolve the issue for myself.
Thanks for the quick replay. You're correct, the creator hasn't updated to 1.19.3, yet. I don't know the creator, so, I added the atlas myself and it works fine now.
Hi, can you explain in more detail how to do this? I am finding absolutely no resources in how to resolve the issue for myself.
Create a folder named "atlases" inside the "minecraft" folder of your resource pack.
Inside the "atlases" folder, create a .JSON file named "blocks" with the code below in it.
{
"sources": [
{
"type": "directory",
"source": "entity/shulker",
"prefix": "entity/shulker/"
}
]
}