snow.json 205 B

123456789101112131415
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "###"
  5. ],
  6. "key": {
  7. "#": {
  8. "item": "minecraft:snow_block"
  9. }
  10. },
  11. "result": {
  12. "item": "minecraft:snow",
  13. "count": 6
  14. }
  15. }