ExtraHoppers-forge/src/main/resources/assets/extrahoppers/recipes/fluid_hopper.json

20 lines
252 B
JSON

{
"type": "forge:ore_shaped",
"pattern": [
"I I",
"I I",
" B "
],
"key": {
"I": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"B": {
"item": "minecraft:bucket"
}
},
"result": {
"item": "extrahoppers:fluid_hopper"
}
}