minecraft-src/data/minecraft/recipe/cartography_table.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
302 B
JSON

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