coarse_dirt_slab.json 715 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:set_count",
  12. "conditions": [
  13. {
  14. "condition": "minecraft:block_state_property",
  15. "block": "km:coarse_dirt_slab",
  16. "properties": {
  17. "type": "double"
  18. }
  19. }
  20. ],
  21. "count": 2
  22. },
  23. {
  24. "function": "minecraft:explosion_decay"
  25. }
  26. ],
  27. "name": "km:coarse_dirt_slab"
  28. }
  29. ]
  30. }
  31. ]
  32. }