mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-02 20:06:43 +01:00
19 lines
268 B
JSON
19 lines
268 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" X",
|
||
|
" # ",
|
||
|
"# "
|
||
|
],
|
||
|
"key": {
|
||
|
"#": {
|
||
|
"item": "minecraft:stick"
|
||
|
},
|
||
|
"X": {
|
||
|
"item": "minecraft:iron_ingot"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "unicopia:iron_polearm"
|
||
|
}
|
||
|
}
|