Guest User

Multi-Drop Loot Table

a guest
May 4th, 2020
7,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:alternatives",
  9. "children": [
  10. {
  11. "type": "minecraft:item",
  12. "functions": [
  13. {
  14. "function": "minecraft:set_count",
  15. "count": {
  16. "min": 1,
  17. "max": 1,
  18. "type": "minecraft:uniform"
  19. }
  20. }
  21. ],
  22. "name": "MOD_ID:ITEM_NAME"
  23. }
  24. ]
  25. }
  26. ]
  27. }
  28. ]
  29. }
Add Comment
Please, Sign In to add comment