1
0

chorus_flower.json 480 B

123456789101112131415161718192021222324
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "conditions": [
  10. {
  11. "condition": "minecraft:survives_explosion"
  12. },
  13. {
  14. "condition": "minecraft:entity_properties",
  15. "predicate": {},
  16. "entity": "this"
  17. }
  18. ],
  19. "name": "minecraft:chorus_flower"
  20. }
  21. ]
  22. }
  23. ]
  24. }