iron_golem.json 866 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "name": "minecraft:poppy"
  20. }
  21. ]
  22. },
  23. {
  24. "rolls": 1,
  25. "entries": [
  26. {
  27. "type": "minecraft:item",
  28. "functions": [
  29. {
  30. "function": "minecraft:set_count",
  31. "count": {
  32. "min": 3.0,
  33. "max": 5.0,
  34. "type": "minecraft:uniform"
  35. }
  36. }
  37. ],
  38. "name": "minecraft:iron_ingot"
  39. }
  40. ]
  41. }
  42. ]
  43. }