Advertisement
ExtrayeaMC

Mobs Agresivos

Feb 11th, 2014
1,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Reloj :
  2. setblock ~ ~ ~-1 minecraft:redstone_block 0 destroy
  3.  
  4. /blockdata -589 56 613 {TransferCooldown:1}
  5.  
  6. summon Item ~ ~1 ~ {Item:{id:39,Damage:0,Count:1}}
  7.  
  8. particle angryVillager ~ ~1 ~ 0.5 0.5 0.5 0 4 @e[name=VacaAgresiva]
  9.  
  10. tp @e[type=Item,r=7] @e[name=VacaAgresiva]
  11.  
  12. clear @p minecraft:brown_mushroom 0 1
  13.  
  14. kill @e[type=Item]
  15.  
  16. effect @p 7 1
  17.  
  18. /summon Cow ~ ~1 ~ {InLove:9999,CustomName:VacaAgresiva,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.41}]}
  19.  
  20. testfor @p[-603,55,616,10]
  21.  
  22. summon Cow ~ ~1 ~ {CustomName:Cow,InLove:9999,Invulnerable:1,ActiveEffects:[{Id:14,Amplifier:0,Duration:32117}]}
  23.  
  24. setblock -590 56 617 minecraft:redstone_block
  25.  
  26. MI TUTO :
  27. tp @e[name=VacaAgresiva1] @e[name=Zombi]
  28.  
  29. testfor @e[name=VacaAgresiva1]
  30.  
  31. /kill @e[type=PigZombie]
  32.  
  33. summon PigZombie ~ ~1 ~ {CustomName:Zombi,InLove:9999,ActiveEffects:[{Id:14,Amplifier:0,Duration:32117,Ambient:1}]}
  34.  
  35. /summon Cow ~ ~1 ~ {InLove:9999,CustomName:VacaAgresiva1,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.4}],Invulnerable:1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement