Advertisement
dragnoz

Entity Path

Jun 29th, 2015
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. /scoreboard objectives add motion dummy
  2.  
  3. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-2 ~ end_stone 0 /entitydata @e[r=0] {Motion:[-0.5,-0.1,0.0],Rotation:[90f,30f]}
  4. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-2 ~ minecraft:stonebrick 3 /entitydata @e[r=0] {Motion:[0.0,-0.1,-0.5],Rotation:[180f,10f]}
  5. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-2 ~ minecraft:sponge 0 /entitydata @e[r=0] {Motion:[0.5,-0.1,0.0],Rotation:[-90f,30f]}
  6. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-2 ~ minecraft:soul_sand 0 /entitydata @e[r=0] {Motion:[0.0,-0.1,0.5],Rotation:[360f,-30f]}
  7. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-3 ~ end_stone 0 /entitydata @e[r=0] {Motion:[-0.5,-0.1,0.0],Rotation:[90f,30f]}
  8. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-3 ~ minecraft:stonebrick 3 /entitydata @e[r=0] {Motion:[0.0,-0.1,-0.5],Rotation:[180f,10f]}
  9. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-3 ~ minecraft:sponge 0 /entitydata @e[r=0] {Motion:[0.5,-0.1,0.0],Rotation:[-90f,30f]}
  10. /execute @e[score_motion_min=1,score_motion=1] ~ ~ ~ detect ~ ~-3 ~ minecraft:soul_sand 0 /entitydata @e[r=0] {Motion:[0.0,-0.1,0.5],Rotation:[360f,-30f]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement