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

23 lines
420 B
JSON
Raw Normal View History

2018-12-27 13:57:23 +01:00
{
"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"
}
}