HexPattern Matching
FractalineHue opened this issue ยท 0 comments
Modloader
Fabric
Minecraft version
1.20.1
Hex Casting version
0.11.1-7-pre-698
Modloader version
Fabric: Loader 0.16.9 + API 0.92.2+1.20.1
Modpack info
No response
The latest.log file
Issue description
Hovering over a single stroke revealed pattern in chat reveals HexPattern(EAST) (or another direction) for the HexPattern, for a two stroke reveals HexPattern(EAST w), if put into chat HexPattern(EAST) does not display the pattern but HexPattern(EAST w) does, HexPattern(EAST,) also does
This is apparently a simple solution so that the format of [Direction strokes] does not match things like [EAST], however since HexPattern is part of the HexPattern(EAST) it seems like it should be matchable?
Steps to reproduce
- Chat "HexPattern(EAST) HexPattern(EAST,) HexPattern(EAST w)" to see matching, hover over matched patterns to see HexPattern(EAST) and HexPattern(EAST w)
- In grid draw:
intro, bookkeeper's -, bookkeeper's --, retro, revealand hover over matched patterns to see same thing as above
Other information
No response