Disappearing texture
GrandpaDanik opened this issue ยท 9 comments
Hello! I have the damage predicates working out! I see the texture with me, whenever I do /wand create, it turns into a diamond hoe, is the plugin preventing it to staying true to the model?
Wands make the item unbreakable. As I said before, there is some specific method to the predicates to make them work with unbreakable items, this is outlined in the Spigot wiki article I wrote.
I see that your article explains how to get it into ingame, however my issue is with the plugin not how to get it ingame.
The article is about how to set up a resource pack- did you read it?
Look at the section titled "Preserving the original items" - you need to do that part for it to work with Magic.
If you are spawning in an item and it is using your custom model, you have done it wrong. It should only change models when you make it unbreakable.
To be clear I'm talking about this article: https://www.spigotmc.org/wiki/custom-item-models-in-1-9-and-up/
Probably you should just copy the files from my RP and edit them...