You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JEITweaker is only able to hide items by regex, but not recipes.
This functionality should also be implemented for adding info and hiding categories (useful to hide every category added by a specific mod).
My idea for implementation:
adding hideRecipeByRegex(String regex)
adding hideCategoryByRegex(String regex)
adding addInfoByRegex(String regex, String[] information)
renaming hideRegex to hideItemByRegex to make everything consistent (every function + ByRegex)
The text was updated successfully, but these errors were encountered:
Currently JEITweaker is only able to hide items by regex, but not recipes.
This functionality should also be implemented for adding info and hiding categories (useful to hide every category added by a specific mod).
My idea for implementation:
adding hideRecipeByRegex(String regex)
adding hideCategoryByRegex(String regex)
adding addInfoByRegex(String regex, String[] information)
renaming hideRegex to hideItemByRegex to make everything consistent (every function + ByRegex)
The text was updated successfully, but these errors were encountered: