Filter Upgrade
sophisticatedstorage:filter_upgrade

Filter Upgrade

item

Function

Filters items piped in and/or out of storage

Acquisition

Crafting using Any Planks, Filter Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Filter Upgrade.

Crafting conditional
Filter Upgrade Filter Upgrade guaranteed

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.

Crafting conditional
Any Redstone Dust
Any String
Any Redstone Dust
Any String
Upgrade Base
Any String
Any Redstone Dust
Any String
Any Redstone Dust
Filter Upgrade Filter Upgrade guaranteed

Used in (2)

Upgrade Next Tier using Any Gold Ingot, Filter Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Filter Upgrade.

Upgrade Next Tier conditional
Any Gold Ingot
Filter Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Filter Upgrade Advanced Filter Upgrade guaranteed

Crafting using Any String, Filter Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Filter Upgrade.

Crafting conditional
Any String
Filter Upgrade
Any String
Ersatz Leather
Any String
Any String
Filter Upgrade Filter Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:filter_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PUP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "U": {
      "item": "sophisticatedbackpacks:filter_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage: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": "sophisticatedstorage:upgrade_base"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "forge:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:filter_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}