Skip to content

Instantly share code, notes, and snippets.

@cindyker
Created September 22, 2014 19:03
Show Gist options
  • Save cindyker/f22d465cefc4cbf00396 to your computer and use it in GitHub Desktop.
Save cindyker/f22d465cefc4cbf00396 to your computer and use it in GitHub Desktop.
Particle list from 1.8
a("EXPLOSION_NORMAL", 0, "explode", 0, true),
b("EXPLOSION_LARGE", 1, "largeexplode", 1, true),
c("EXPLOSION_HUGE", 2, "hugeexplosion", 2, true),
d("FIREWORKS_SPARK", 3, "fireworksSpark", 3, false),
e("WATER_BUBBLE", 4, "bubble", 4, false),
f("WATER_SPLASH", 5, "splash", 5, false),
g("WATER_WAKE", 6, "wake", 6, false),
h("SUSPENDED", 7, "suspended", 7, false),
i("SUSPENDED_DEPTH", 8, "depthsuspend", 8, false),
j("CRIT", 9, "crit", 9, false),
k("CRIT_MAGIC", 10, "magicCrit", 10, false),
l("SMOKE_NORMAL", 11, "smoke", 11, false),
m("SMOKE_LARGE", 12, "largesmoke", 12, false),
n("SPELL", 13, "spell", 13, false),
o("SPELL_INSTANT", 14, "instantSpell", 14, false),
p("SPELL_MOB", 15, "mobSpell", 15, false),
q("SPELL_MOB_AMBIENT", 16, "mobSpellAmbient", 16, false),
r("SPELL_WITCH", 17, "witchMagic", 17, false),
s("DRIP_WATER", 18, "dripWater", 18, false),
DRIP_LAVA("DRIP_LAVA", 19, "dripLava", 19, false),
u("VILLAGER_ANGRY", 20, "angryVillager", 20, false),
v("VILLAGER_HAPPY", 21, "happyVillager", 21, false),
w("TOWN_AURA", 22, "townaura", 22, false),
NOTE("NOTE", 23, "note", 23, false),
PORTAL("PORTAL", 24, "portal", 24, false),
z("ENCHANTMENT_TABLE", 25, "enchantmenttable", 25, false),
A("FLAME", 26, "flame", 26, false),
B("LAVA", 27, "lava", 27, false),
C("FOOTSTEP", 28, "footstep", 28, false),
D("CLOUD", 29, "cloud", 29, false),
E("REDSTONE", 30, "reddust", 30, false),
F("SNOWBALL", 31, "snowballpoof", 31, false),
G("SNOW_SHOVEL", 32, "snowshovel", 32, false),
H("SLIME", 33, "slime", 33, false),
I("HEART", 34, "heart", 34, false),
J("BARRIER", 35, "barrier", 35, false),
K("ITEM_CRACK", 36, "iconcrack_", 36, false, 2),
L("BLOCK_CRACK", 37, "blockcrack_", 37, false, 1),
M("BLOCK_DUST", 38, "blockdust_", 38, false, 1),
N("WATER_DROP", 39, "droplet", 39, false),
ITEM_TAKE("ITEM_TAKE", 40, "take", 40, false),
MOB_APPEARANCE("MOB_APPEARANCE", 41, "mobappearance", 41, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment