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

18 lines
244 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"@@",
"##"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"@": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:loom"
}
}