NaturesAura/src/main/resources/data/naturesaura/recipes/hopper_upgrade.json
2019-11-04 18:08:49 +00:00

26 lines
No EOL
492 B
JSON

{
"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"
}
}