Crafting using Any String, Filter Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Filter Upgrade.
Filter Upgrade
Function
Filters items piped in and/or out of backpack
Acquisition
Crafting using Any Redstone Dust, Any String, Any Redstone Dust, Any String, Upgrade Base, Any String, Any Redstone Dust, Any String and Any Redstone Dust, arranged in the pattern shown. Produces Filter Upgrade.
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:filter_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:filter_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:filter_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"RSR",
"SBS",
"RSR"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:filter_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}