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

15 lines
197 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:clay_ball"
}
},
"result": {
"item": "minecraft:clay"
}
}