mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 20:59:09 +01:00
16 lines
265 B
JSON
16 lines
265 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"WW",
|
||
|
"WW"
|
||
|
],
|
||
|
"key": {
|
||
|
"W": {
|
||
|
"item": "naturesaura:infused_stone"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:infused_brick",
|
||
|
"count": 4
|
||
|
}
|
||
|
}
|