rose_bush.json 559 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "conditions": [
  10. {
  11. "condition": "minecraft:block_state_property",
  12. "block": "minecraft:rose_bush",
  13. "properties": {
  14. "half": "lower"
  15. }
  16. }
  17. ],
  18. "name": "minecraft:rose_bush"
  19. }
  20. ],
  21. "conditions": [
  22. {
  23. "condition": "minecraft:survives_explosion"
  24. }
  25. ]
  26. }
  27. ]
  28. }