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

20 lines
288 B
JSON

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