Files
minecraft-assets/data/minecraft/recipes/cartography_table.json
2024-04-22 09:53:17 +02:00

21 lines
302 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
},
"@": {
"item": "minecraft:paper"
}
},
"pattern": [
"@@",
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:cartography_table"
}
}