How to change skeleton skull item texture
Crystal-Spider opened this issue ยท 3 comments
Hi, I'd like to change the texture of skeleton skulls when they are items in your inventory (e.g. I don't want to change the texture when the skull is placed or when it's on the entity).
For some context, I'm trying to use Fresh Animations along with Reimagined FA Patch, and with the latter resource pack the skeleton skulls are invisible, both when placed and when in the inventory. I managed to get the placed skulls to appear, and the only way I found to make the item appear too was to revert the Vanilla skeleton texture (basically, Reimagined makes the Vanilla skeleton texture empty so that it doesn't z-fight with its own models, so if I use a png that only has the skeleton head, the skeleton skull item becomes visible again). However, this method makes the Vanilla skeleton appear both for the entity and the placed skulls, with a visible z-fight.
Is there a way with CITR to change only the skeleton skull item texture? I tried doing this:
But it had no effect (the CEM file is to fix the placed-down skulls).
This is the skeleton.png file:
.
There are no other relevant logs than these:
[16:19:52] [Worker-ResourceReload-19/INFO]: [citresewn] Loading item CIT models...
[16:19:53] [Worker-ResourceReload-19/INFO]: [citresewn] Linking baked models to item CITs...
Is what I'm trying to do possible? Am I doing something wrong?
Thanks in advance
In the hypixel+ resourcepack I've seen that they replace player head items with cits, what they do is replace the model as well.
Try using an item model instead of just a texture in the cit and see if that helps.