custom potions have no texture
giving yourself any custom potion gives you an pink and black checkered item, it still behaves like a normal potion
command i have been using:
/give @a splash_potion 1 16394 {CustomPotionEffects:[
]}
Created Issue:
custom potions have no texture
giving yourself any custom potion gives you an pink and black checkered item, it still behaves like a normal potion
exaimple:
{Id:2,Amplifier:1,Duration:300}
/give @a splash_potion 1 16394 {CustomPotionEffects:[]}
giving yourself any custom potion gives you an pink and black checkered item, it still behaves like a normal potion
exaimple:
{Id:2,Amplifier:1,Duration:300}
/give @a splash_potion 1 16394 {CustomPotionEffects:[]}
giving yourself any custom potion gives you an pink and black checkered item, it still behaves like a normal potion
command i have been using:
{Id:2,Amplifier:1,Duration:300}
/give @a splash_potion 1 16394 {CustomPotionEffects:[]}

The damage/data value is 0 for all potions now. Change your 16394 to 0, and the texture will show up correctly.
Thanks