-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'slprime/nei_hidden_items' into dev
- Loading branch information
Showing
3 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Hidden Items Filters | ||
# | ||
# parts: | ||
# modname:itemid - identify | ||
# $orename - ore dictionary | ||
# tag.color=red - tag | ||
# 0 or 0-12 - damage | ||
# | ||
# modifiers: | ||
# ! - logical not. exclude items that match the following expression (!minecraft:portal) | ||
# r/.../ - standard java regex (r/^m\w{6}ft$/ = minecraft) | ||
# , - logical or in token (minecraft:potion 16384-16462,!16386) | ||
# | - logical or multi-item search (wrench|hammer) | ||
# | ||
# example: minecraft:potion 16384-16462,!16386 | $oreiron | tag.color=red | ||
# | ||
minecraft:portal | ||
minecraft:end_portal | ||
minecraft:fire | ||
minecraft:lava | ||
minecraft:mob_spawner | ||
minecraft:anvil !0 | ||
minecraft:flowing_water | ||
minecraft:flowing_lava | ||
|
||
WitchingGadgets:item.WG_CrystalFlask | ||
appliedenergistics2:item.ItemFacade !tag.itemname="stone" | appliedenergistics2:item.ItemFacade !tag.modid="minecraft" | ||
transport:pipeFacade !tag.states.0.block="minecraft:stone" | ||
ExtraUtilities:drum !tag.Fluid= | ||
ExtraUtilities:microblocks !tag.mat="minecraft:stone" | ||
ForgeMicroblock:microblock !tag.mat="minecraft:stone" | ||
|
||
Genetics:serum | ||
Genetics:serumArray | ||
GraviSuite:itemPlasmaCell | ||
TConstruct:fluid.molten. | ||
tectech:item.em.debugContainer |