Advertisement
Akim91

Untitled

May 19th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. WooshCheck1:
  2. TargetConditions:
  3. - blocktype{type=AIR} castinstead WooshCheck2
  4. Skills:
  5. - message{msg="You are facing into a block"} @self
  6. WooshCheck2:
  7. Skills:
  8. - skill{s=WooshChain2} @forward{f=2;y=1}
  9. WooshChain2:
  10. TargetConditions:
  11. - blocktype{type=AIR} castinstead WooshCheck3
  12. Skills:
  13. - teleport{sh=0;sv=0} @forward{f=1;y=0.5}
  14. WooshCheck3:
  15. Skills:
  16. - skill{s=WooshChain3} @forward{f=3;y=1}
  17. WooshChain3:
  18. TargetConditions:
  19. - blocktype{type=AIR} castinstead WooshCheck4
  20. Skills:
  21. - teleport{sh=0;sv=0} @forward{f=2;y=0.5}
  22. WooshCheck4:
  23. Skills:
  24. - skill{s=WooshChain4} @forward{f=4;y=1}
  25. WooshChain4:
  26. TargetConditions:
  27. - blocktype{type=AIR} castinstead WooshCheck5
  28. Skills:
  29. - teleport{sh=0;sv=0} @forward{f=3;y=0.5}
  30. WooshCheck5:
  31. Skills:
  32. - skill{s=WooshChain5} @forward{f=5;y=1}
  33. WooshChain5:
  34. TargetConditions:
  35. - blocktype{type=AIR} castinstead WooshCheck6
  36. Skills:
  37. - teleport{sh=0;sv=0} @forward{f=4;y=0.5}
  38. WooshCheck6:
  39. Skills:
  40. - skill{s=WooshChain6} @forward{f=6;y=1}
  41. WooshChain6:
  42. TargetConditions:
  43. - blocktype{type=AIR} castinstead WooshCheck7
  44. Skills:
  45. - teleport{sh=0;sv=0} @forward{f=5;y=0.5}
  46. WooshCheck7:
  47. Skills:
  48. - skill{s=WooshChain7} @forward{f=7;y=1}
  49. WooshChain7:
  50. TargetConditions:
  51. - blocktype{type=AIR} castinstead WooshCheck8
  52. Skills:
  53. - teleport{sh=0;sv=0} @forward{f=6;y=0.5}
  54. WooshCheck8:
  55. Skills:
  56. - skill{s=WooshChain8} @forward{f=8;y=1}
  57. WooshChain8:
  58. TargetConditions:
  59. - blocktype{type=AIR} castinstead WooshCheck9
  60. Skills:
  61. - teleport{sh=0;sv=0} @forward{f=7;y=0.5}
  62. WooshCheck9:
  63. Skills:
  64. - skill{s=WooshChain9} @forward{f=9;y=1}
  65. WooshChain9:
  66. TargetConditions:
  67. - blocktype{type=AIR} castinstead WooshCheck10
  68. Skills:
  69. - teleport{sh=0;sv=0} @forward{f=8;y=0.5}
  70. WooshCheck10:
  71. Skills:
  72. - skill{s=WooshChain10} @forward{f=10;y=1}
  73. WooshChain10:
  74. TargetConditions:
  75. - blocktype{type=AIR} castinstead WooshCheck11
  76. Skills:
  77. - teleport{sh=0;sv=0} @forward{f=9;y=0.5}
  78. WooshCheck11:
  79. Skills:
  80. - teleport{sh=0;sv=0} @forward{f=10;y=0.5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement