1
0

evoker.json 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:totem_of_undying"
  10. }
  11. ]
  12. },
  13. {
  14. "rolls": 1,
  15. "entries": [
  16. {
  17. "type": "minecraft:item",
  18. "functions": [
  19. {
  20. "function": "minecraft:set_count",
  21. "count": {
  22. "min": 0.0,
  23. "max": 1.0,
  24. "type": "minecraft:uniform"
  25. }
  26. },
  27. {
  28. "function": "minecraft:looting_enchant",
  29. "count": {
  30. "min": 0.0,
  31. "max": 1.0
  32. }
  33. }
  34. ],
  35. "name": "minecraft:emerald"
  36. }
  37. ],
  38. "conditions": [
  39. {
  40. "condition": "minecraft:killed_by_player"
  41. }
  42. ]
  43. }
  44. ]
  45. }