Advertisement
dragnoz

Animal AI Experiment

Jul 31st, 2015
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /scoreboard players set @e[team=!notAnimal] still 3 {Motion:[0:0.0d,1:0.0d,2:0.0d]}
  2. /scoreboard players remove @e[score_still_min=1] still 1
  3. /entitydata @e[team=goat,score_still_min=1,score_still=1] {Equipment:[{},{},{},{},{id:stone,Damage:5,Count:1}]}
  4. /entitydata @e[team=goat,score_still_min=2,score_still=2] {Equipment:[{},{},{},{},{id:stone,Damage:3,Count:1}]}
  5. /effect @e[score_still_min=0] minecraft:invisibility 100000 1 true
  6.  
  7. /replaceitem entity @e[team=goat,score_still_min=3] slot.armor.head minecraft:stone 1 3
  8. /replaceitem entity @e[team=goat,score_still_min=1,score_still=1] slot.armor.head minecraft:stone 1 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement