diff options
author | ap-1 <pallatianish@gmail.com> | 2022-01-07 19:44:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 00:44:50 +0000 |
commit | 4d8fff9ec6695b7d9a54a23e2efc1c47dce20ef3 (patch) | |
tree | 044c2bdbfeecccd99830888f3e1bd9fb12b24d2d | |
parent | c6ddc8bae237ab38f7dcecdf8adafd5be588e550 (diff) |
Update fabric latest versions link (#154)
The [old page](https://fabricmc.net/versions.html) is missing links to the online javadocs. It tells users to use the [new page](https://fabricmc.net/develop) instead, so we might as well provide the new one here to begin with.
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index b76c818..d93df19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - # check these on https://fabricmc.net/versions.html + # check these on https://fabricmc.net/develop minecraft_version=1.18.1 yarn_mappings=1.18.1+build.1 loader_version=0.12.12 |