Fabric API

Fabric API

106M Downloads

Modules don't have module dependencies in the POM

Juuxel opened this issue ยท 3 comments

commented

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).

commented

Fixing this issue is required for implementing https://gist.github.com/kvverti/3fc6a05d974210f785a9a751d5e0ae28

commented

This is fixed now. ๐ŸŽ‰

commented

PR #1104 should fix this?