Files
IMoO/recipes/cartography_table_from_warped_planks.json
T
2022-01-23 21:24:12 +03:00

29 lines
610 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:cartography_table_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB",
"BB"
],
"key": {
"A": {
"item": "paper"
},
"B": {
"item": "warped_planks"
}
},
"result": {
"item": "cartography_table",
"count": 1
},
"priority": 2
}
}