diff --git a/.gitignore b/.gitignore index c476faf..ab1634d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build/ out/ classes/ +gradle/ # eclipse diff --git a/gradle.properties b/gradle.properties index 734df98..29701ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.10 +minecraft_version=1.20.2 +yarn_mappings=1.20.2+build.4 loader_version=0.14.23 # Mod Properties @@ -14,7 +14,7 @@ maven_group=xyz.thewhitedog9487 archives_base_name=twd-sasf # Dependencies -fabric_version=0.90.0+1.20.1 +fabric_version=0.90.0+1.20.2 loom_libraries_base=https://bmclapi2.bangbang93.com/maven/ loom_resources_base=https://bmclapi2.bangbang93.com/assets/ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a893f58..b90d2f3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "TheWhiteDog9487" ], "contact": { - "homepage": "https://www.thewhitedog9487.xyz/", + "homepage": "https://github.com/TheWhiteDog9487/ServerAddressSpaceFix", "sources": "https://github.com/TheWhiteDog9487/ServerAddressSpaceFix", "issues": "https://github.com/TheWhiteDog9487/ServerAddressSpaceFix/issues" },