CIT Resewn

CIT Resewn

14M Downloads

Have same texture with 2 different items (not an issue)

Soyumo opened this issue ยท 1 comments

commented

Is there a way to have 2 different named items use the same texture in a single.properties file?
Thanks

commented

You would use a regex expression to achieve that. If you check the display name against =regex:(first|second) it would match either "first" or "second". There's tons of info online on regex if you want to do something more complicated.