mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 20:59:09 +01:00
23 lines
410 B
JSON
23 lines
410 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"WLW",
|
||
|
"LEL",
|
||
|
"WLW"
|
||
|
],
|
||
|
"key": {
|
||
|
"E": {
|
||
|
"item": "minecraft:spider_eye"
|
||
|
},
|
||
|
"L": {
|
||
|
"item": "naturesaura:gold_leaf"
|
||
|
},
|
||
|
"W": {
|
||
|
"type": "forge:ore_dict",
|
||
|
"ore": "logWood"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:eye"
|
||
|
}
|
||
|
}
|