Files
minecraft-assets/data/minecraft/recipes/cartography_table.json
2019-02-20 15:37:47 +00:00

18 lines
256 B
JSON

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