25 lines
418 B
JSON
25 lines
418 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:basic_map_to_enhanced"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:emptymap",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:compass"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:emptymap",
|
|
"data": 2
|
|
}
|
|
}
|
|
}
|