Files
minecraft-assets/data/minecraft/recipes/snow.json
2023-05-24 18:29:03 +02:00

17 lines
256 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:snow_block"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "minecraft:snow"
},
"show_notification": true
}