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

25 lines
471 B
JSON
Raw Normal View History

2018-11-05 22:37:40 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-05 22:37:40 +01:00
"pattern": [
"RIR",
"IEI",
"RHR"
],
"key": {
"H": {
"item": "minecraft:hopper"
},
"I": {
"item": "naturesaura:infused_iron"
},
"R": {
2020-01-22 20:31:09 +01:00
"tag": "forge:ingots/iron"
2018-11-05 22:37:40 +01:00
},
"E": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "naturesaura:hopper_upgrade"
}
}