Crafting using Any of Paper / Black Paper, Any of Paper / Black Paper, Hopper, Any of Paper / Black Paper and Any of Paper / Black Paper, arranged in the pattern shown. Produces Basic Item Filter.
Basic Item Filter
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
Developer reference
- Registry name
enderio:basic_item_filter- Namespace
enderio- Mod ID
enderio
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"PHP",
" P "
],
"ingredients": {
"H": {
"item": "minecraft:hopper"
},
"P": {
"anyOf": [
{
"item": "minecraft:paper"
},
{
"item": "enderio:black_paper"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}