Certain offsets between entries draw the connection lines wrongly
DaFuqs opened this issue · 2 comments
Describe the bug
With certain offsets between entries, some parts of the line is drawn at a wrong position.
To Reproduce
Steps to reproduce the behavior:
- Create entry1 at pos x:0, y:0
- Create entry2 at pos x:3, y:-1
- In entry2, set entry1 as parent, including
"line_reversed": true
- Join game
- look at the category with those two entries
- See error (screenshot below)
Expected behavior
Arrow and line being drawn correctly
System (please complete the following information):
- Modonomicon Version: 1.62.0; Fabric
- OS: Windows
- Minecraft Version: 1.20.1
- Modpack Link and Version, or list of mods: Just Modonomicon & Spectrum
ok so fun fact, due to me not having thought about the connection render logic for ages I just asked copilot to compare reversed vs non reversed and fix reversed .. and I think it did fix it.
Please let me know if all connections work for you after that change - in the demo book it looks good