1
0

panda.json 340 B

1234567891011121314151617181920
  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:bamboo"
  16. }
  17. ]
  18. }
  19. ]
  20. }