Mod Item Filters by LatvianModder

  • Item Filters by LatvianModder

    Item Filters is a library mod that is used by mods like FTB Quests. It adds several filter items that let you precisely select which items to match.
    • 55363954
    • 112.79 KB
    • 1.18.2
    • December 24, 2018
    • August 28, 2023
    • API and Library
    Item Filters
Mod Information
NameItem FiltersAuthorLatvianModderDescriptionItem Filters is a library mod that is used by mods like FTB Quests. It adds several filter items that let you precisely select which items to match.
InformationDownloads: 55363954
Version: 1.18.2
Size: 112.79 KB
Updated at: August 28, 2023
Created at: December 24, 2018
Tags
API and Library
Mods

Item Filters is a library mod that is used by mods like FTB Quests, Modular Pipes and QNet. It adds a single item, "Item Filter" which allows advanced filtering/item selection. You can easily add your own filters with the API.

 

If you want to use it in quests, cheat in any filter (or you can use existing one and sneak-right-click to change type) and right-click to edit it. Then in item task, select item from your inventory. Icon will be created automatically as scrolling list of valid items, but you have to change task title yourself.

 

Currently available filters:

  • NOT - Inverts child filter (not Apple)
  • OR - Matches if any child filter matches (Apple or Carrot)
  • AND - Matches if all children filters match (Diamond Sword and enchanted)
  • XOR - Matches if either of filters A and B match, but not both ("dyeBlue" or "gemLapis" ore names but not both)
  • Ore Dictionary Name - Matches if item has ore name ("ingotCopper")
  • Creative Tab - Matches if item is in creative tab ("Building Blocks")
  • Mod - Matches if item is from mod ("YABBA")

NOT, OR, AND & XOR don't have GUIs currently.

 

Filters still being made:

  • Advanced Item Filter (has ignore damage/meta and NBT Mode options, like item tasks currently)
  • Fluid Filter - checks for items with liquid in them and for amount
  • Enchantement Filter - checks of item has ench and its level
  • Name Filter - checks if name contains string
  • Bee Filter - checks for type and species
  • EMC Filter - checks for EMC range
  • Chicken Filter - checks for chicken type, growth, strength and gain
  • Fuel Filter - fuel items and their burn time