1
0

tropical_fish.json 627 B

1234567891011121314151617181920212223242526272829303132333435
  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": 1
  13. }
  14. ],
  15. "name": "minecraft:tropical_fish"
  16. }
  17. ]
  18. },
  19. {
  20. "rolls": 1,
  21. "entries": [
  22. {
  23. "type": "minecraft:item",
  24. "name": "minecraft:bone_meal"
  25. }
  26. ],
  27. "conditions": [
  28. {
  29. "condition": "minecraft:random_chance",
  30. "chance": 0.05
  31. }
  32. ]
  33. }
  34. ]
  35. }