Mod Item Filters (Old) by LatvianModder
- 102.30 KB
- 1.16.5
- January 21, 2021
- March 31, 2022
- API and Library
Description
Mod Information
Name | Item Filters (Old) | Author | LatvianModder | Description | 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. |
---|---|---|---|---|---|
Information | Downloads: Version: 1.16.5 Size: 102.30 KB Updated at: March 31, 2022 Created at: January 21, 2021 | Tags | API and Library |
Description
This Fabric version has merged with Forge version project!
Item Filters is a library mod that is used by mods like FTB Quests. It adds "Item Filter" items 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 ("forge:ingots/copper" or "forge:ingots/tin" tag names but not both)
- Tag Name - Matches if item has ore name ("forge:ingots/copper")
- Creative Tab - Matches if item is in creative tab ("Building Blocks")
- Mod - Matches if item is from mod ("YABBA")
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