thvardhan

5 weirdest mobs

Mar 19th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.99 KB | None | 0 0
  1. 1>
  2. /summon Bat ~ ~1 ~ {Passengers:[{id:"Zombie"}]}
  3.  
  4. //this will summon a zombie on bat (flying zombs :V )
  5.  
  6. 2>
  7. /summon Bat ~ ~1 ~ {Passengers:[{id:"Ghast"}]}
  8.  
  9. //ghast flies but this will make them look so weird
  10.  
  11. 3>
  12. /summon Bat ~ ~1 ~ {Passengers:[{id:"Skeleton",HandItems:[{id:bow,Count:1},{}]}]}
  13.  
  14. //this will summon a skeleton on top of a bat and that skeleton also shoots
  15.  
  16. 4>
  17. /summon Bat ~ ~1 ~ {ActiveEffects:[{Id:14,Amplifier:0,Duration:2000000,ShowParticles:0b}],Passengers:[{id:"Painting",Facing:0,Motive:Kebab}]}
  18.  
  19. //this will summon a painting (flying painting) on bat looks scary and cool useful for haunted houses
  20.  
  21. 5>
  22. /summon Bat ~ ~1 ~ {ActiveEffects:[{Id:14,Amplifier:0,Duration:2000000,ShowParticles:0b}],Passengers:[{id:"EntityHorse",Type:0,SaddleItem:{id:saddle},Variant:0,Tame:1}]}
  23.  
  24. //this will summon a horse on bat and you can ride on that horse and kinda a fly in survival mode (pony?)
  25.  
  26.  
  27.  
  28.  
  29. RETURN BACK TO MY CHANNEL
  30. https://www.youtube.com/channel/UCLCDATvGikpHpoC1LsSRm8w
Add Comment
Please, Sign In to add comment