Remove modApi dependency on fabric-api
tahmid-23 opened this issue ยท 0 comments
Describe your suggestion
Currently, Satin depends on the entire fabric-api under the modApi configuration, meaning that depending on the library pulls in the entire fabric-api as well. It would be nice if Satin depended on specific modules either as modApi or modImplementation so that only specific fabric api modules are compiled against.