How do i download mods on github
I want to download this fabric version but it isnt showin me a jar file
2 Replies
what is this
anyways, if you need the mod it may be in the github actions tab
if not, check for releases
if not, you may need to compile it yourself
As Eden said there are 3 ways:
- GitHub repo author could have created a release with a ready jar. It won’t be the newest version, but the newest ”stable” one
- if the repo author configured automatic mod building, in an actions tab you can search for an artifact of the build that is a mod jar. It should be the newest version (might be unstable)
- download a zip with the mod and build it yourself on the command line. This guearantes the newest version (might be unstable)