mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 09:53:11 +01:00
26 lines
No EOL
492 B
JSON
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"
|
|
}
|
|
} |