mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
25 lines
472 B
JSON
25 lines
472 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"SES",
|
||
|
"WBW",
|
||
|
"BBB"
|
||
|
],
|
||
|
"key": {
|
||
|
"W": {
|
||
|
"item": "minecraft:wheat"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "minecraft:wheat_seeds"
|
||
|
},
|
||
|
"E": {
|
||
|
"item": "naturesaura:eye"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "naturesaura:infused_brick"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:animal_container"
|
||
|
}
|
||
|
}
|