real_hay_block.json 328 B

1234567891011121314151617181920
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "name": "main",
  6. "rolls": 1,
  7. "entries": [
  8. {
  9. "type": "minecraft:item",
  10. "name": "km:real_hay_block"
  11. }
  12. ],
  13. "conditions": [
  14. {
  15. "condition": "minecraft:survives_explosion"
  16. }
  17. ]
  18. }
  19. ]
  20. }