NaturesAura/src/main/resources/assets/naturesaura/recipes/eye.json

23 lines
410 B
JSON
Raw Normal View History

2018-10-15 18:36:46 +02:00
{
"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"
}
}