CraftTweaker / JEITweaker

3 stars 2 forks source link

Enhancement: Hide by ModID/hide by REGEX with ability to use lambda #7

Closed corhean closed 3 years ago

corhean commented 3 years ago

Not an issue, but would like to see something that can hide item by MODID just like the removebyModid with the ability to use lambda for exception lists as well as a hide item by Regex.

Would make removing large sections of things (looking at you colored block variants) way easier.

example, half-baked from the wiki... mods.jei.JEI.hideByModid("appliedenergistics2", (name) => { return name in ae2Exclusions; });

mods.jei.JEI.hideByRegex("minecraft:.facade");

jaredlll08 commented 3 years ago

Fixed in https://github.com/CraftTweaker/JEITweaker/commit/d1b5681706eeace4d5c194164fb49b89b03b7766