Crafting using Hopper, Redstone Dust, Any Iron Ingot, Redstone Dust and Paper, arranged in the pattern shown. Produces Filter Module.
Filter Module
Filter Module is a item from RFToolsBase, crafted from Hopper, Redstone Dust, Any Iron Ingot, and Paper.
Acquisition
Developer reference
- Registry name
rftoolsbase:filter_module- Namespace
rftoolsbase- Mod ID
rftoolsbase
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" h ",
"rir",
" p "
],
"ingredients": {
"h": {
"item": "minecraft:hopper"
},
"i": {
"tag": "forge:ingots/iron"
},
"p": {
"item": "minecraft:paper"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}