How to use this example to build 1.16.5 mod #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to build the 1.16.5 mod, but when I build the project, the fabric loader says it needs minecraft 1.17
On github you can look at the history by clicking on commits in the top right when browsing the code of the repositry.
You can then use an older commit of this repository like this one, which seems to be the last commit targeted for 1.16.5.
You can then just download the code as you usually do with download as zip.

Alternatively you can of course just change the version used in your project by changing gradle.propertied like this. And resources/fabric.mod.json like this.
~ Stone
Hello.
Another solution is just to select the master branch on the Github repository, which is the version corresponding to 1.16.5.
Directly on Github website, you can switch branches from this dropdown menu:
You can also just check this page: https://fabricmc.net/versions.html?&version=1.16.5