-
Notifications
You must be signed in to change notification settings - Fork 0
Item NBT Specifications
LocusAzzurro edited this page Jul 20, 2022
·
8 revisions
-
TAG_String
Shape
(shape of the explosion, can besphere
,ring
,burst
,2d
or3d
) -
TAG_Compound
ShapeData
- (Specific tags depending on the shape)
-
TAG_Float
Force
-
TAG_Int
Sparks
(number of sparks, unused for shape type2d
or3d
) -
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 inColors
)