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
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.
Can you provide the EXACT command used.