mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-03 04:16:43 +01:00
23 lines
324 B
JSON
23 lines
324 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"X",
|
||
|
"#",
|
||
|
"Y"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": {
|
||
|
"item": "minecraft:stick"
|
||
|
},
|
||
|
"X": {
|
||
|
"item": "minecraft:flint"
|
||
|
},
|
||
|
"Y": {
|
||
|
"tag": "unicopia:magic_feathers"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "minecraft:arrow",
|
||
|
"count": 4
|
||
|
}
|
||
|
}
|