Crafting using Item Filter, Redstone Comparator and Diamond, in any arrangement. Produces Polymorphic Item Filter.
item· Other
Polymorphic Item Filter
Tom's Simple Storage Mod · by tom5454
Polymorphic Item Filter is a item from Tom's Simple Storage Mod, crafted from Item Filter, Redstone Comparator, and Diamond.
Acquisition
Developer reference
- Registry name
toms_storage:ts.polymorphic_item_filter- Namespace
toms_storage- Mod ID
toms_storage
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "toms_storage:ts.item_filter"
},
{
"item": "minecraft:comparator"
},
{
"item": "minecraft:diamond"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}