NaturesAura/src/main/resources/data/naturesaura/recipes/hopper_upgrade.json

26 lines
492 B
JSON
Raw Normal View History

2018-11-05 22:37:40 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
"RIR",
"IEI",
"RHR"
],
"key": {
"H": {
"item": "minecraft:hopper"
},
"I": {
"item": "naturesaura:infused_iron"
},
"R": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"E": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "naturesaura:hopper_upgrade"
}
}