mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
19 lines
339 B
JSON
19 lines
339 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"AAA",
|
||
|
" S ",
|
||
|
" S "
|
||
|
],
|
||
|
"key": {
|
||
|
"A": {
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:ancient_stick"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:sky_pickaxe"
|
||
|
}
|
||
|
}
|