Add info on note particle
This commit is contained in:
parent
d3d448ccfe
commit
627ce08113
@ -113,6 +113,9 @@ public class UtilParticle
|
|||||||
MOB_SPELL_AMBIENT(EnumParticle.SPELL_MOB_AMBIENT, "mobSpellAmbient", "Transparent Black Swirls", Material
|
MOB_SPELL_AMBIENT(EnumParticle.SPELL_MOB_AMBIENT, "mobSpellAmbient", "Transparent Black Swirls", Material
|
||||||
.getMaterial(2266), (byte) 0),
|
.getMaterial(2266), (byte) 0),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To do certain colors, use "no / 24F" for the random X value, 1 for speed. 0 for count.
|
||||||
|
*/
|
||||||
NOTE(EnumParticle.NOTE, "note", "Musical Note", Material.JUKEBOX, (byte) 0),
|
NOTE(EnumParticle.NOTE, "note", "Musical Note", Material.JUKEBOX, (byte) 0),
|
||||||
|
|
||||||
PORTAL(EnumParticle.PORTAL, "portal", "Portal Effect", Material.INK_SACK, (byte) 5),
|
PORTAL(EnumParticle.PORTAL, "portal", "Portal Effect", Material.INK_SACK, (byte) 5),
|
||||||
|
Loading…
Reference in New Issue
Block a user