Fabian42

hours.sh

May 2nd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1.  
  2. touch h_0_11.mcfunction
  3. echo "execute if score #hour main matches 0..5 run function clock:h_0_5" >> h_0_11.mcfunction
  4. echo "execute if score #hour main matches 6..11 run function clock:h_6_11" >> h_0_11.mcfunction
  5. touch h_0_5.mcfunction
  6. echo "execute if score #hour main matches 0..2 run function clock:h_0_2" >> h_0_5.mcfunction
  7. echo "execute if score #hour main matches 3..5 run function clock:h_3_5" >> h_0_5.mcfunction
  8. touch h_0_2.mcfunction
  9. echo "execute if score #hour main matches 0..1 run function clock:h_0_1" >> h_0_2.mcfunction
  10. echo "execute if score #hour main matches 2 run function clock:h_2" >> h_0_2.mcfunction
  11. touch h_0_1.mcfunction
  12. echo "execute if score #hour main matches 0 run function clock:h_0" >> h_0_1.mcfunction
  13. echo "execute if score #hour main matches 1 run function clock:h_1" >> h_0_1.mcfunction
  14. touch h_3_5.mcfunction
  15. echo "execute if score #hour main matches 3..4 run function clock:h_3_4" >> h_3_5.mcfunction
  16. echo "execute if score #hour main matches 5 run function clock:h_5" >> h_3_5.mcfunction
  17. touch h_3_4.mcfunction
  18. echo "execute if score #hour main matches 3 run function clock:h_3" >> h_3_4.mcfunction
  19. echo "execute if score #hour main matches 4 run function clock:h_4" >> h_3_4.mcfunction
  20. touch h_6_11.mcfunction
  21. echo "execute if score #hour main matches 6..8 run function clock:h_6_8" >> h_6_11.mcfunction
  22. echo "execute if score #hour main matches 9..11 run function clock:h_9_11" >> h_6_11.mcfunction
  23. touch h_6_8.mcfunction
  24. echo "execute if score #hour main matches 6..7 run function clock:h_6_7" >> h_6_8.mcfunction
  25. echo "execute if score #hour main matches 8 run function clock:h_8" >> h_6_8.mcfunction
  26. touch h_6_7.mcfunction
  27. echo "execute if score #hour main matches 6 run function clock:h_6" >> h_6_7.mcfunction
  28. echo "execute if score #hour main matches 7 run function clock:h_7" >> h_6_7.mcfunction
  29. touch h_9_11.mcfunction
  30. echo "execute if score #hour main matches 9..10 run function clock:h_9_10" >> h_9_11.mcfunction
  31. echo "execute if score #hour main matches 11 run function clock:h_11" >> h_9_11.mcfunction
  32. touch h_9_10.mcfunction
  33. echo "execute if score #hour main matches 9 run function clock:h_9" >> h_9_10.mcfunction
  34. echo "execute if score #hour main matches 10 run function clock:h_10" >> h_9_10.mcfunction
  35. touch h_12_23.mcfunction
  36. echo "execute if score #hour main matches 12..17 run function clock:h_12_17" >> h_12_23.mcfunction
  37. echo "execute if score #hour main matches 18..23 run function clock:h_18_23" >> h_12_23.mcfunction
  38. touch h_12_17.mcfunction
  39. echo "execute if score #hour main matches 12..14 run function clock:h_12_14" >> h_12_17.mcfunction
  40. echo "execute if score #hour main matches 15..17 run function clock:h_15_17" >> h_12_17.mcfunction
  41. touch h_12_14.mcfunction
  42. echo "execute if score #hour main matches 12..13 run function clock:h_12_13" >> h_12_14.mcfunction
  43. echo "execute if score #hour main matches 14 run function clock:h_14" >> h_12_14.mcfunction
  44. touch h_12_13.mcfunction
  45. echo "execute if score #hour main matches 12 run function clock:h_12" >> h_12_13.mcfunction
  46. echo "execute if score #hour main matches 13 run function clock:h_13" >> h_12_13.mcfunction
  47. touch h_15_17.mcfunction
  48. echo "execute if score #hour main matches 15..16 run function clock:h_15_16" >> h_15_17.mcfunction
  49. echo "execute if score #hour main matches 17 run function clock:h_17" >> h_15_17.mcfunction
  50. touch h_15_16.mcfunction
  51. echo "execute if score #hour main matches 15 run function clock:h_15" >> h_15_16.mcfunction
  52. echo "execute if score #hour main matches 16 run function clock:h_16" >> h_15_16.mcfunction
  53. touch h_18_23.mcfunction
  54. echo "execute if score #hour main matches 18..20 run function clock:h_18_20" >> h_18_23.mcfunction
  55. echo "execute if score #hour main matches 21..23 run function clock:h_21_23" >> h_18_23.mcfunction
  56. touch h_18_20.mcfunction
  57. echo "execute if score #hour main matches 18..19 run function clock:h_18_19" >> h_18_20.mcfunction
  58. echo "execute if score #hour main matches 20 run function clock:h_20" >> h_18_20.mcfunction
  59. touch h_18_19.mcfunction
  60. echo "execute if score #hour main matches 18 run function clock:h_18" >> h_18_19.mcfunction
  61. echo "execute if score #hour main matches 19 run function clock:h_19" >> h_18_19.mcfunction
  62. touch h_21_23.mcfunction
  63. echo "execute if score #hour main matches 21..22 run function clock:h_21_22" >> h_21_23.mcfunction
  64. echo "execute if score #hour main matches 23 run function clock:h_23" >> h_21_23.mcfunction
  65. touch h_21_22.mcfunction
  66. echo "execute if score #hour main matches 21 run function clock:h_21" >> h_21_22.mcfunction
  67. echo "execute if score #hour main matches 22 run function clock:h_22" >> h_21_22.mcfunction
Add Comment
Please, Sign In to add comment