1
0

potted_cactus.json 564 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:flower_pot"
  10. }
  11. ],
  12. "conditions": [
  13. {
  14. "condition": "minecraft:survives_explosion"
  15. }
  16. ]
  17. },
  18. {
  19. "rolls": 1,
  20. "entries": [
  21. {
  22. "type": "minecraft:item",
  23. "name": "minecraft:cactus"
  24. }
  25. ],
  26. "conditions": [
  27. {
  28. "condition": "minecraft:survives_explosion"
  29. }
  30. ]
  31. }
  32. ]
  33. }