Advertisement
Guest User

Untitled

a guest
Jul 26th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "pools":
  3. [
  4. {
  5. "rolls":1,
  6. "entries":
  7. [
  8. {
  9. "type":"item",
  10. "name":"minecraft:oak_log",
  11. "weight":1
  12. }
  13. ]
  14. },
  15. {
  16. "rolls":1,
  17. "entries":
  18. [
  19. {
  20. "conditions":
  21. [
  22. {
  23. "condition":"match_tool",
  24. "predicate":
  25. {
  26. "enchantments":
  27. [
  28. {
  29. "enchantment":"minecraft:lure",
  30. "level":
  31. {
  32. "min":1,
  33. "max":1
  34. }
  35. }
  36. ]
  37. }
  38. }
  39. ],
  40. "type":"item",
  41. "name":"minecraft:oak_log",
  42. "weight":1,
  43. "functions":
  44. [
  45. {
  46. "function": "minecraft:testfunction"
  47. }
  48. ]
  49. }
  50. ]
  51. }
  52. ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement