katubug

dropt rule

Dec 10th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "rules": [
  3. {
  4. "match": {
  5. "blocks": {
  6. "blocks": [
  7. "minecraft:diamond_ore"
  8. ]
  9. },
  10. "harvester": {
  11. "type": "PLAYER",
  12. "heldItemMainHand": {
  13. "type": "WHITELIST",
  14. "harvestLevel": "pickaxe;3;3"
  15. }
  16. }
  17. },
  18. "replaceStrategy": "ADD",
  19. "drops": [
  20. {
  21. "selector": {
  22. "weight": {
  23. "value": 20
  24. }
  25. }
  26. },
  27. {
  28. "selector": {
  29. "weight": {
  30. "value": 80,
  31. "fortuneModifier": 2
  32. },
  33. "silktouch": "EXCLUDED"
  34. }
  35. },
  36. {
  37. "item":{
  38. "items": [
  39. "betterwithmods:material:45"
  40. ]
  41. }
  42. }
  43. ]
  44. }
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment