Files
minecraft-assets/data/minecraft/recipes/clay.json
2019-04-06 17:15:10 +00:00

15 lines
197 B
JSON

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