Files
minecraft-assets/data/minecraft/recipes/item_frame.json
2024-04-03 18:29:04 +02:00

21 lines
300 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:leather"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 1,
"id": "minecraft:item_frame"
}
}