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

18 lines
244 B
JSON

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