Files
minecraft-assets/data/minecraft/recipes/snow_block.json
2021-12-08 18:34:21 +00:00

15 lines
202 B
JSON

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