mojira.dev
MC-97011

If you give yourself any potion with the command, it won't have the texture

Decided to make a potion of God, given through the command block, and it's got no texture.
Using command: /give @p minecraft:potion 1 3 {CustomPotionEffects:[{Id:21,Amplifier:2,Duration:10000}]}

Linked issues

Attachments

Comments 6

Can you provide the EXACT command used.

/give @p minecraft:potion 1 3 {CustomPotionEffects:[{Id:21,Amplifier:2,Duration:10000}]}

Invalid, the damage value of items is not longer required to define the potion effect. You will have to use :

/give @p minecraft:potion 1 0 {CustomPotionEffects:[{Id:21,Amplifier:2,Duration:10000}]}

The texture is, but this command for the issuance of potions of one type, for other types of potions, the texture is missing.

Can you provide a command / screenshot of a potion with a missing texture that use a damage value of 0? Otherwise, this has to do with MC-63344 which is marked as Works As Intended.

MrKrolik

(Unassigned)

Unconfirmed

Minecraft 16w05b, Minecraft 16w06a

Retrieved