mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-04 20:39:09 +01:00
25 lines
476 B
JSON
25 lines
476 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
" A ",
|
||
|
"PSP",
|
||
|
" T "
|
||
|
],
|
||
|
"key": {
|
||
|
"P": {
|
||
|
"item": "naturesaura:gold_powder"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:infused_stone"
|
||
|
},
|
||
|
"T": {
|
||
|
"item": "naturesaura:token_joy"
|
||
|
},
|
||
|
"A": {
|
||
|
"item": "naturesaura:token_anger"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:powder_placer"
|
||
|
}
|
||
|
}
|