EssentialGG / Vigilance

Configuration Utility using Elementa
GNU Lesser General Public License v3.0
54 stars 13 forks source link

Build: Keep our internal dependencies entirely internal #44

Closed Johni0702 closed 2 years ago

Johni0702 commented 2 years ago

By relocating and bundling them ourselves. This way no consumer has to care about our internal dependencies (and can't accidentally forget about them) and Fabric users do not need to JiJ additional non-mod libraries to use Vigilance (only Vigilance, Elementa and UniversalCraft).

Requires https://github.com/EssentialGG/Elementa/pull/55 to be merged first (otherwise we indirectly expose the old Elementa's internal dependencies).