MrCrayfish / Configured

The easiest way to change the configuration of mods!
https://www.curseforge.com/minecraft/mc-mods/configured
Other
62 stars 46 forks source link

[Bug][1.16.5] String values hate special characters. #48

Closed Speiger closed 2 years ago

Speiger commented 2 years ago

I noticed that Configured doesn't like the repeating of certain characters. Also side bug that I would suggest fixing: image Maybe its worth implementing a dynamic constraint that provides more space if present.

But yeah when i click on Blast Protection enchantment: image You see it removes a lot of characters that should be present.

Yes the ;;; is intentional because it is used with string.split(";") and java actually turns the entry into a null or empty string.

And since I saw you worked on this why not show this issue found a couple weeks ago.

Also small thank you for making this mod so simple to understand, helped me out with my game engine, where I want to have something like this directly implemented.

MrCrayfish commented 2 years ago

This shouldn't happen since e2b4ede033bf61db3ecf652e0bd21eb530a03e25 fixed the issue. Tested myself and seems to be fine. image

Speiger commented 2 years ago

Ahhh yeah it could be that i have a outdated version in my IDE. I tend to do that. Thank you ^^"