Fabric API

Fabric API

106M Downloads

Building Fabric API

Opened this issue ยท 5 comments

commented

I cloned the repository and did ./gradlew build. Which folder is the actual API in? Would it be this: fabric-api-0.32.9+local-1.17.jar ?

commented

yes, but why are you building from source?

commented

I have a script that builds all the mods I use on my server.
Obviously, I need the Fabric API as well.

commented

It is just the easiest way to update everything.

commented

Ah ok. then yeah, the file is in build/libs

commented

Thank you!