Advertisement
katubug

dropt chest script

Jan 28th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "rules": [
  3. {
  4. "match": {
  5. "blocks": {
  6. "blocks": [
  7. "minecraft:chest"
  8. ]
  9. },
  10. "drops": {
  11. "drops": [
  12. "minecraft:chest"
  13. ]
  14. },
  15. "harvester": {
  16. "type": "PLAYER",
  17. "gamestages": {
  18. "type": "BLACKLIST",
  19. "require": "ALL",
  20. "stages": [
  21. "chests"
  22. ]
  23. }
  24. }
  25. },
  26. "replaceStrategy": "REPLACE_ITEMS",
  27. "dropCount": {
  28. "min": 1,
  29. "max": 4,
  30. "fortuneModifier": 1
  31. },
  32. "drops": [
  33. {
  34. "item":{
  35. "items": [
  36. "minecraft:planks"
  37. ]
  38. }
  39. }
  40. ]
  41. }
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement