All custom arrows made with command blocks display no texture. It should just have a neutral-looking arrow.
To Duplicate:
Run the command: /give @p tipped_arrow 1 1 {CustomPotionEffects:[{Id:25,Amplifier:10,Duration:200}],display:{Name:"This needs a texture"}}
This problem is consistent with all custom tipped arrows
Linked issues
duplicates 1
Attachments
Comments 2
Change the second one in the give command to 0, /give @p tipped_arrow 1 0 {CustomPotionEffects:[
{Id:25,Amplifier:10,Duration:200} works just fine
I think the duplicate is unrelated to this issue. I have added in the description a way to repeat the issue to clarify.