HiWord9 / RPRenames

Minecraft fabric mod RP Renames that shows u every possible textured CIT and CEM rename from ur resource packs.
https://modrinth.com/mod/rp-renames
21 stars 6 forks source link

Rename menu breaks when regex refrencing ascii characters are used in .properties #10

Closed AdeptusAutumn closed 1 year ago

AdeptusAutumn commented 1 year ago

Bit of an edgecase as I know of exactly one RP using this (Item Addon Pack, uses öäü) This RP uses regex to cover a lot of items and refrences öÖäÄüÜ by their ASCII codes in the regex

image

This is the line in the .properties for this item nbt.display.Name=iregex\:(.*\ |^)(Fl[\\u00D6\\u00F6]te|Flute)(\ .*|$)

The Item in the image would be named "Flöte", though the regex would allow case INsesetive spelling as well as "Flute"

HiWord9 commented 1 year ago

fixed in 0.7.0