Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. tag: {
  2. CustomPotionEffects: [
  3. {
  4. Id: 4,
  5. Amplifier: 0,
  6. Duration: 600
  7. }
  8. ],
  9. display: {
  10. Name: "Super Potion"
  11. }
  12. },
  13. Slot: 0
  14. },
  15. {
  16. id: splash_Potion,
  17. Count: 64,
  18.  
  19. tag: {
  20. CustomPotionEffects: [
  21. {
  22. Id: 4,
  23. Amplifier: 0,
  24. Duration: 600
  25. }
  26. ],
  27. display: {
  28. Name: "Super Potion"
  29. }
  30. },
  31. Slot: 1
  32. },
  33. {
  34. id: splash_potion,
  35. Count: 64,
  36.  
  37. tag: {
  38. CustomPotionEffects: [
  39. {
  40. Id: 4,
  41. Amplifier: 0,
  42. Duration: 600
  43. }
  44. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement