38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
# 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"
|
|
|
|
r/^Genetics:serum$/ !tag.gene.allele=forestry.speciesForest
|
|
r/^Genetics:serumArray$/ !tag.genes.0.allele=forestry.speciesForest
|
|
GraviSuite:itemPlasmaCell
|
|
TConstruct:fluid.molten.
|
|
tectech:item.em.debugContainer
|