Advertisement
Yando

Untitled

Dec 8th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. on rightclick with wooden_hoe on wheat:7:
  2. wait 1 tick
  3. set block to air
  4. set block under the clicked block to crops
  5.  
  6. on rightclick with stone_hoe on wheat:7:
  7. wait 1 tick
  8. set block to air
  9. set block above the clicked block to crops
  10.  
  11. on rightclick with iron_hoe on wheat:7:
  12. wait 1 tick
  13. set block to air
  14. set block above the clicked block to crops
  15.  
  16. on rightclick with diamond_hoe on wheat:7:
  17. wait 1 tick
  18. set block to air
  19. set block above the clicked block to crops
  20.  
  21. on rightclick with golden_hoe on wheat:7:
  22. wait 1 tick
  23. set block to air
  24. set block above the clicked block to crops
  25.  
  26. on rightclick with wooden_hoe on carrot_plants:7:
  27. wait 1 tick
  28. set block to air
  29. set block above the clicked block to crops
  30.  
  31. on rightclick with stone_hoe on carrot_plants:7:
  32. wait 1 tick
  33. set block to air
  34. set block above the clicked block to crops
  35.  
  36. on rightclick with iron_hoe on carrot_plants:7:
  37. wait 1 tick
  38. set block to air
  39. set block above the clicked block to crops
  40.  
  41. on rightclick with diamond_hoe on carrot_plants:7:
  42. wait 1 tick
  43. set block to air
  44. set block above the clicked block to crops
  45.  
  46. on rightclick with golden_hoe on carrot_plants:7:
  47. wait 1 tick
  48. set block to air
  49. set block above the clicked block to crops
  50.  
  51. on rightclick with wooden_hoe on potato_plants:7:
  52. wait 1 tick
  53. set block to air
  54. set block above the clicked block to crops
  55.  
  56. on rightclick with stone_hoe on potato_plants:7:
  57. wait 1 tick
  58. set block to air
  59. set block above the clicked block to crops
  60.  
  61. on rightclick with iron_hoe on potato_plants:7:
  62. wait 1 tick
  63. set block to air
  64. set block above the clicked block to crops
  65.  
  66. on rightclick with diamond_hoe on potato_plants:7:
  67. wait 1 tick
  68. set block to air
  69. set block above the clicked block to crops
  70.  
  71. on rightclick with golden_hoe on potato_plants:7:
  72. wait 1 tick
  73. set block to air
  74. set block above the clicked block to crops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement