26 lines
381 B
JSON
26 lines
381 B
JSON
{
|
|
"type": "minecraft:crafting_shapeless",
|
|
"category": "misc",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:paper"
|
|
},
|
|
{
|
|
"item":"minecraft:paper"
|
|
},
|
|
{
|
|
"item":"minecraft:paper"
|
|
},
|
|
{
|
|
"item": "minecraft:feather"
|
|
},
|
|
{
|
|
"item": "minecraft:redstone"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:map",
|
|
"count": 1
|
|
}
|
|
}
|