mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
23 lines
420 B
JSON
23 lines
420 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"IHI",
|
||
|
"ICI",
|
||
|
" I "
|
||
|
],
|
||
|
"key": {
|
||
|
"C": {
|
||
|
"type": "forge:ore_dict",
|
||
|
"ore": "chestWood"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"H": {
|
||
|
"item": "minecraft:hopper"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:grated_chute"
|
||
|
}
|
||
|
}
|