iron_block.json 308 B

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