WanionCane / UniDict

a mod about unifying all the things.
https://www.curseforge.com/minecraft/mc-mods/unidict
Mozilla Public License 2.0
39 stars 16 forks source link

Add ability to use regex in recipeToRemoveList #170

Closed Endoman123 closed 3 years ago

Endoman123 commented 4 years ago

As the title says, would allow to easily remove groups of recipes using the same pattern.

E.g: removing all the shaped gear recipes requires that you type "unidict:gearthorium_x4_shape. a aba a " which takes a long time and is prone to error if you are unifying 20+ materials, in comparison to simply unidict:gear.*_x\d+_shape\..* to match all shaped gear recipes.

WanionCane commented 4 years ago

this is a great idea =D