Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. EXPLOSION_NORMAL("explode", 0, 17),
  2. EXPLOSION_LARGE("largeexplode", 1, 1),
  3. EXPLOSION_HUGE("hugeexplosion", 2, 0),
  4. FIREWORKS_SPARK("fireworksSpark", 3, 2),
  5. WATER_BUBBLE("bubble", 4, 3),
  6. WATER_SPLASH("splash", 5, 21),
  7. WATER_WAKE("wake", 6, -1),
  8. SUSPENDED("suspended", 7, 4),
  9. SUSPENDED_DEPTH("depthsuspend", 8, 5),
  10. CRIT("crit", 9, 7),
  11. CRIT_MAGIC("magicCrit", 10, 8),
  12. SMOKE_NORMAL("smoke", 11, -1),
  13. SMOKE_LARGE("largesmoke", 12, 22),
  14. SPELL("spell", 13, 11),
  15. SPELL_INSTANT("instantSpell", 14, 12),
  16. SPELL_MOB("mobSpell", 15, 9),
  17. SPELL_MOB_AMBIENT("mobSpellAmbient", 16, 10),
  18. SPELL_WITCH("witchMagic", 17, 13),
  19. DRIP_WATER("dripWater", 18, 27),
  20. DRIP_LAVA("dripLava", 19, 28),
  21. VILLAGER_ANGRY("angryVillager", 20, 31),
  22. VILLAGER_HAPPY("happyVillager", 21, 32),
  23. TOWN_AURA("townaura", 22, 6),
  24. NOTE("note", 23, 24),
  25. PORTAL("portal", 24, 15),
  26. ENCHANTMENT_TABLE("enchantmenttable", 25, 16),
  27. FLAME("flame", 26, 18),
  28. LAVA("lava", 27, 19),
  29. FOOTSTEP("footstep", 28, 20),
  30. CLOUD("cloud", 29, 23),
  31. REDSTONE("reddust", 30, 24),
  32. SNOWBALL("snowballpoof", 31, 25),
  33. SNOW_SHOVEL("snowshovel", 32, 28),
  34. SLIME("slime", 33, 29),
  35. HEART("heart", 34, 30),
  36. BARRIER("barrier", 35, -1),
  37. ITEM_CRACK("iconcrack_", 36, 33),
  38. BLOCK_CRACK("tilecrack_", 37, 34),
  39. BLOCK_DUST("blockdust_", 38, -1),
  40. WATER_DROP("droplet", 39, -1),
  41. ITEM_TAKE("take", 40, -1),
  42. MOB_APPEARANCE("mobappearance", 41, -1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement