Advertisement
K2Rk1o

Untitled

Dec 2nd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. on rightclick with hoe on wheat:
  2. if deta of clicked block is 7:
  3. chance of 100%:
  4. drop wheat
  5. chance of 50%:
  6. drop wheat
  7. chance of 10%:
  8. drop wheat
  9. chance of 1%:
  10. drop wheat 10
  11. set deta of clicked block to 0
  12.  
  13. on right click with hoe on melon_block:
  14. chance of 100%:
  15. drop melon
  16. chance of 75%:
  17. drop melon
  18. chance of 50%:
  19. drop melon
  20. chance of 25%:
  21. drop melon
  22. chance of 1%:
  23. drop speckled_melon
  24. chance of 10%:
  25.  
  26.  
  27. on rightclick with hoe on cocoa
  28. if deta of clicked block is 11:
  29. chance of 100%:
  30. drop brown dye
  31. chance of 66%:
  32. drop brown dye
  33. chance of 33%:
  34. drop brown dye
  35. chance of 1%:
  36. drop brown dye 3
  37. set deta of clicked block to 0
  38.  
  39. on rightclick with hoe on reeds
  40. chance of 100%:
  41. drop reeds
  42. chance of 50%:
  43. drop reeds
  44. chance of 20%:
  45. drop reeds
  46. chance of 1%:
  47. drop reeds 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement