creeper.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:set_count",
  12. "count": {
  13. "min": 0.0,
  14. "max": 2.0,
  15. "type": "minecraft:uniform"
  16. }
  17. },
  18. {
  19. "function": "minecraft:looting_enchant",
  20. "count": {
  21. "min": 0.0,
  22. "max": 1.0
  23. }
  24. }
  25. ],
  26. "name": "minecraft:gunpowder"
  27. }
  28. ]
  29. },
  30. {
  31. "rolls": 1.0,
  32. "entries": [
  33. {
  34. "type": "minecraft:tag",
  35. "name": "minecraft:music_discs",
  36. "expand": true
  37. }
  38. ],
  39. "conditions": [
  40. {
  41. "condition": "minecraft:entity_properties",
  42. "predicate": {
  43. "type": "#minecraft:skeletons"
  44. },
  45. "entity": "killer"
  46. }
  47. ]
  48. }
  49. ]
  50. }