Files
minecraft-assets/data/minecraft/recipes/snow_block.json
2024-04-10 18:28:59 +02:00

17 lines
242 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:snowball"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:snow_block"
}
}