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

22 lines
401 B
JSON
Raw Normal View History

2018-12-27 13:57:23 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-12-27 13:57:23 +01:00
"pattern": [
"IHI",
"ICI",
" I "
],
"key": {
"C": {
2020-01-22 20:31:09 +01:00
"tag": "forge:chests/wooden"
2018-12-27 13:57:23 +01:00
},
"I": {
"item": "naturesaura:infused_iron"
},
"H": {
"item": "minecraft:hopper"
}
},
"result": {
"item": "naturesaura:grated_chute"
}
}