mojira.dev
MC-92407

Potion summon from command have an purple black texture

Windows 10 pro 64 bit
Java 8 update 65
if you are summoning a potion throughout a command block, it give me the potion, but with a missing texture.

thats the command:

/give @p potion 1 8193 {
CustomPotionEffects: [
{
Id: 1,
Amplifier: 4,
Duration: 13104000
},
{
Id: 3,
Amplifier: 4,
Duration: 13104000
},
{
Id: 5,
Amplifier: 0,
Duration: 13104000
},
{
Id: 6,
Amplifier: 4,
Duration: 20
},
{
Id: 8,
Amplifier: 4,
Duration: 13104000
},
{
Id: 10,
Amplifier: 4,
Duration: 13104000
},
{
Id: 11,
Amplifier: 4,
Duration: 13104000
},
{
Id: 12,
Amplifier: 4,
Duration: 13104000
},
{
Id: 13,
Amplifier: 0,
Duration: 13104000
},
{
Id: 16,
Amplifier: 0,
Duration: 13104000
},
{
Id: 21,
Amplifier: 4,
Duration: 13104000
},
{
Id: 22,
Amplifier: 4,
Duration: 13104000
},
{
Id: 23,
Amplifier: 4,
Duration: 13104000
},
{
Id: 26,
Amplifier: 4,
Duration: 13104000
}
],
display: {
Name: "Ultra Potion"
}
}

Comments 4

Numerical IDs for potions are no longer supported.

Change:

/give @p potion 1 8193

To:

/give @p potion 1 0

i need the potion to look like a regeneration potion

Potion Colours are now decided by their effects they will apply. For example, a potion with Regeneration Potion and Night Vision will be purple. So just put regeneration only in your CustomPotionEffects tag.

Yarin Pitshon

(Unassigned)

Unconfirmed

Minecraft 15w45a

Retrieved