Files
minecraft-assets/data/minecraft/recipe/cartography_table.json
2025-01-29 18:30:55 +01:00

17 lines
260 B
JSON

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