Configured

Configured

33M Downloads

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

Speiger opened this issue ยท 2 comments

commented

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.

commented

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

commented

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