From 0cae1e0a0369201c8514d534e52bdaa3d38b2613 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Wed, 18 Oct 2023 18:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B01.20.2=EF=BC=8C?= =?UTF-8?q?=E6=97=A7=E7=9A=841.20.1=E5=9C=A8=E5=8F=A6=E5=A4=96=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=88=86=E6=94=AF=E3=80=82=20=E6=8A=8AHomepage?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=88=B0Github=E4=BB=93=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E5=B0=B1=E6=94=BE=E5=8D=95=E7=8B=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=93=BE=E6=8E=A5=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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" },