mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
22 lines
407 B
JSON
22 lines
407 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"GGG",
|
||
|
"GIG",
|
||
|
"SSS"
|
||
|
],
|
||
|
"key": {
|
||
|
"S": {
|
||
|
"item": "minecraft:smooth_stone"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"G": {
|
||
|
"item": "minecraft:glass_pane"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:aura_timer"
|
||
|
}
|
||
|
}
|