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

21 lines
317 B
JSON

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