Advertisement
Argon_MC

Untitled

Apr 23rd, 2014
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /summon ThrownPotion ~0 ~3 ~0 {Potion:{id:minecraft:potion,Damage:16384,tag:{CustomPotionEffects:[{Id:7,Amplifier:10,Duration:1}]}},Riding:{id:Witch,Riding:{id:Villager,CustomName:人質,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:1.0},{Name:generic.movementSpeed,Base:0.0}],HealF:1.0}}}
  2.  
  3. /summon ThrownPotion ~0 ~3 ~0 {
  4. Potion:{
  5. id:minecraft:potion,
  6. Damage:16384,
  7. tag:{
  8. CustomPotionEffects:[
  9. {
  10. Id:7,
  11. Amplifier:10,
  12. Duration:1
  13. }
  14. ]
  15. }
  16. },
  17. Riding:{
  18. id:Witch,
  19. Riding:{
  20. id:Villager,
  21. CustomName:人質,
  22. CustomNameVisible:1,
  23. Attributes:[
  24. {
  25. Name:generic.maxHealth,
  26. Base:1.0
  27. },
  28. {
  29. Name:generic.movementSpeed,
  30. Base:0.0
  31. }
  32. ],
  33. HealF:1.0
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement