Advertisement
Yando

Untitled

Dec 3rd, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. on rightclick with wooden_hoe on wheat:7:
  2. chance of 100%:
  3. drop 1 wheat
  4. chance of 75%:
  5. drop 1 wheat
  6. chance of 50%:
  7. drop 1 wheat
  8. chance of 25%:
  9. drop 1 wheat
  10. chance of 1%:
  11. drop 5 wheat
  12. on rightclick with wooden_hoe on melon_block:
  13. chance of 100%:
  14. drop 1 melon
  15. chance of 75%:
  16. drop 1 melon
  17. chance of 50%:
  18. drop 1 melon
  19. chance of 25%:
  20. drop 1 melon
  21. chance of 1%:
  22. drop 5 melon
  23. delete clicked block
  24. on rightclick with wooden_hoe on cocoa:9: cocoa:10: cocoa:11: cocoa:12:
  25. chance of 100%:
  26. drop 1 dye
  27. chance of 66%:
  28. drop 1 dye
  29. chance of 33%:
  30. drop 1 dye
  31. chance of 1%:
  32. drop 3 dye
  33. delete clocked block
  34. on rightclick with wooden_hoe on potatoes:7:
  35. chance of 100%:
  36. drop 1 potato
  37. chance of 75%:
  38. drop 1 potato
  39. chance of 50%:
  40. drop 1 potato
  41. chance of 25%:
  42. drop 1 potato
  43. chance of 1%:
  44. drop 5 potato
  45. chance of 5%:
  46. drop 1 poisonous_potato
  47. on rightclick with wooden_hoe on carrots:7:
  48. chance of 100%:
  49. drop 1 carrot
  50. chance of 75%:
  51. drop 1 carrot
  52. chance of 50%:
  53. drop 1 carrot
  54. chance of 25%:
  55. drop 1 carrot
  56. chance of 1%:
  57. drop 5 carrot
  58. chance of 1%:
  59. drop 2 golden_carrot
  60. on rightclick with wooden_hoe on pumpkin:
  61. chance of 100%:
  62. drop 1 pumpkin
  63. delete clicked block
  64. on rightclick with wooden_hoe on beetroots:3:
  65. chance of 100%:
  66. drop 1 beetroot
  67. chance of 75%:
  68. drop 1 beetroot
  69. chance of 50%:
  70. drop 1 beetroot
  71. chance of 25%:
  72. drop 1 beetroot
  73. chance of 1%:
  74. drop 5 beetroot
  75. on rightclick with wooden_hoe on nether_wart:3:
  76. chance of 100%:
  77. drop 1 nether_wart
  78. chance of 75%:
  79. drop 1 nether_wart
  80. chance of 50%:
  81. drop 1 nether_wart
  82. chance of 25%:
  83. drop 1 nether_wart
  84. chance of 1%:
  85. drop 5 nether_wart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement