SamsTheNerd / HexGloop

A very gloopy hex casting addon
GNU Lesser General Public License v3.0
4 stars 8 forks source link

Inconsistent Reveal text formatting #57

Open object-Object opened 4 months ago

object-Object commented 4 months ago

Minecraft: 1.19.2

Hex Casting: 0.10.3

Hex Gloop: 0.2.0

I created a list with two patterns, a number iota, and another pattern, then cast Reveal on it. The text copied to the clipboard when clicking the list in chat is different than the text in latest.log, and that text is also different than the text logged when Hex Gloop is not installed.

Clipboard:

[<northeast,qaq>, <east,aa>, 0.00, <east,>]

Logs (with Gloop):

[HexPattern(NORTH_EAST qaq) HexPattern(EAST aa), 0.00, HexPattern(EAST)]

Logs (without Gloop):

[HexPattern(NORTH_EAST qaq), HexPattern(EAST aa), 0.00, HexPattern(EAST)]

The only difference in the logs seems to be the missing comma between the two adjacent patterns.