Modules don't have module dependencies in the POM
Juuxel opened this issue ยท 3 comments
For example, registry sync depends on api-base and networking, but it only has Loader as a dependency:
This is probably caused by modules using compile
and Loom not having non-mod dependencies in the POM (FabricMC/fabric-loom#200).
Fixing this issue is required for implementing https://gist.github.com/kvverti/3fc6a05d974210f785a9a751d5e0ae28
PR #1104 should fix this?