From 2288dbc169434f0c329f03b8775a1acd9eec7e22 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 11 Dec 2023 13:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B01.20.4=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=A0=B4=E5=9D=8F=E6=B4=BB=E5=A1=9E=E4=B8=8D=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B0=E9=95=90=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 6 +++--- settings.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index c8a0a28..01b1542 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,17 +2,17 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -mod_version=1.2.2 +mod_version=1.2.21 maven_group=yan.lx.bedrockMiner archives_base_name=bedrock-miner # Fabric Properties -# check these on https://fabricmc.net/versions.html +# check these on https://fabricmc.net/develop/ # Dependencies minecraft_version=1.20.4 yarn_mappings=1.20.4+build.1 -loader_version=0.15.11 +loader_version=0.15.1 #Fabric api fabric_version=0.91.2+1.20.4 diff --git a/settings.gradle b/settings.gradle index a5b4716..7cd872d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { name = 'Fabric' url = 'https://maven.fabricmc.net/' } -// maven { url 'https://maven.aliyun.com/repository/public/' } + maven { url 'https://maven.aliyun.com/repository/public/' } mavenCentral() gradlePluginPortal() }