Advanced Filter Upgrade
sophisticatedbackpacks:advanced_filter_upgrade

Advanced Filter Upgrade

item

Function

Filters items piped in and/or out of backpack Has more filtering options

Acquisition

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

Crafting conditional
Any String
Advanced Filter Upgrade
Any String
Ersatz Leather
Any String
Any String
Advanced Filter Upgrade Advanced Filter Upgrade guaranteed

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
Developer reference
Registry name
sophisticatedbackpacks:advanced_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:advanced_filter_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:advanced_filter_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    "GPG",
    "RRR"
  ],
  "ingredients": {
    "G": {
      "tag": "forge:ingots/gold"
    },
    "P": {
      "item": "sophisticatedbackpacks:filter_upgrade"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:advanced_filter_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}