Skip to content

Commit

Permalink
Merge remote-tracking branch 'slprime/nei_hidden_items' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Aug 23, 2024
2 parents 7b7ac56 + 070647c commit 28dbd92
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ config/warptheory/
!config/GregTech/WorldGeneration.cfg
!config/GregTech/Unification.cfg
!config/NEI/collapsibleitems.cfg
!config/NEI/hiddenitems.cfg
!config/HungerOverhaul/HungerOverhaul.cfg
!config/railcraft/blocks.cfg
!config/railcraft/railcraft.cfg
Expand Down
22 changes: 15 additions & 7 deletions config/NEI/collapsibleitems.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
#
# One line - one group
# Item added in first valid group
# | - logical or. multi-item search (wrench|hammer)
# $ - search by ore dictionary ($ore)
# ! - logical not. exclude items that match the following expression (-@minecraft)
# r/.../ - standard java regex (@r/m\w{6}ft/ = @minecraft)
# 0 - damage filter
# 0-12 - damage range filter
# , - logical or in token
#
#
# 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
#
#
# spawn egg
Expand Down
37 changes: 37 additions & 0 deletions config/NEI/hiddenitems.cfg
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

0 comments on commit 28dbd92

Please sign in to comment.