IchHabeHunger54 / PropertyModifier

Allows tweaking various properties of blocks and items. Also adds some other tweaks to aid with that, such as the ability to create new creative tabs or add composter inputs.
https://www.curseforge.com/minecraft/mc-mods/property-modifier
MIT License
2 stars 0 forks source link

Ability to move items to groups by tags #10

Closed Pipsqueak737 closed 1 year ago

Pipsqueak737 commented 2 years ago

When moving a large number of similar items to a new item group, it can be a bit overwhelming. It would be nice if item tags were supported to make this a bit easier.

IchHabeHunger54 commented 1 year ago

The changes in this mod are applied during startup, when no tags are available. Therefore, supporting tags is impossible. However, you can use regex (regular expressions). Google is better at explaining the details than I am, but it essentially boils down to doing things like .*_planks to modify all planks at once.

Pipsqueak737 commented 1 year ago

I didn't realize this mod supported regex, thanks!