mojira.dev
MC-85769

Missing Texture on Custom Potions

I made a Custom potion and the texture is missing.

This is the command used. this also happened in the last snapshot version:
/give @p potion 1 1 {CustomPotionEffects: [{Id: 25,Amplifier: -2,Duration: 600}],display: {Name: "Cloudfall Potion"}}

Linked issues

Attachments

Comments 2

Tan Chin Cheern

Should be:

/give @p potion 1 0 {CustomPotionEffects:[{Id:25,Amplifier:-2,Duration:600}],display:{Name:"Cloudfall Potion"}}

By the way, potions and splash_potions no longer use damage values to determine what effect it is. Instead, they now use the {Potion} tag.

Jorn Veken

Ok so that could be the cause.

Jorn Veken

(Unassigned)

Unconfirmed

Minecraft 15w32c

Retrieved