Files
minecraft-assets/data/minecraft/recipes/snow.json
2022-06-29 18:37:59 +02:00

15 lines
205 B
JSON

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