Describe the bug
UnionLib is not marked as a dependency and does not get automatically installed on curseforge. Then the version requirement is currently >=12.0.18 <12.1.0 instead of ^12.0.18 (locked out of minor releases which are not breaking changes to the library)
To Reproduce
N/A
Expected behavior
UnionLib should automatically install on Curseforge due to being marked as a required dependency and minor releases of UnionLib newer than 12.0.18 should be allowed (12.X.X)
Screenshots
N/A
Additional context
N/A