Mojira Archive
MC-61041

"CustomPotionEffects", "ActiveEffects", and "Effects" NBT tags still use numeral IDs

The Bug:

"CustomPotionEffects", "ActiveEffects", and "Effects" NBT tags still use numeral IDs.

Steps to Reproduce:

  1. Give yourself a potion with custom effects using numeral IDs by using the command provided below.
    /give @s minecraft:potion{CustomPotionEffects:[{Id:1,Amplifier:0,Duration:1000}]}
  2. Take note as to whether or not "CustomPotionEffects", "ActiveEffects", and "Effects" NBT tags still use numeral IDs.

Observed Behavior:

The given NBT tags use numeral IDs.

Expected Behavior:

The given NBT tags would not use numeral IDs. Instead, they would use IDs in the form of words. For example, "minecraft:speed" instead of "1".