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

16 lines
223 B
JSON

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