Skip to content

Item NBT Specifications

LocusAzzurro edited this page Jul 20, 2022 · 8 revisions

Firework Orb

  • TAG_String Shape (shape of the explosion, can be sphere, ring, burst, 2d or 3d)
  • TAG_Compound ShapeData
    • (Specific tags depending on the shape)
  • TAG_Float Force
  • TAG_Int Sparks (number of sparks, unused for shape type 2d or 3d)
  • TAG_Double Damage (amount of damage dealt when this orb is exploded)
  • TAG_Boolean Trail (optional, adds vanilla-like trail effect)
  • TAG_Boolean Sparkle (optional, adds vanilla-like sparkle effect)
  • TAG_List Colors
    • (list of colors expressed as TAG_Int)
  • TAG_List FadeColors (optional)
    • (list of colors expressed as TAG_Int)
  • TAG_Int DisplayColor (the color of the orb item texture, when omitted defaults to the first color value in Colors)
Clone this wiki locally