minecraft-assets/data/minecraft/recipes/snow_block.json

17 lines
257 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:snowball"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:snow_block"
},
"show_notification": true
}