mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
19 lines
347 B
JSON
19 lines
347 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"SSS",
|
||
|
"I I",
|
||
|
"SSS"
|
||
|
],
|
||
|
"key": {
|
||
|
"S": {
|
||
|
"item": "naturesaura:infused_stone"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:item_distributor"
|
||
|
}
|
||
|
}
|