diff --git a/build.gradle b/build.gradle index 7f16bc4..171818e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index cc95f8e..e058edc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,14 +9,14 @@ mod_version=1.0.1 maven_group=yan.lx.bedrockMiner archives_base_name=bedrock-miner -# Dependencies -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.10 -loader_version=0.14.22 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.7 #Fabric api -fabric_version=0.86.1+1.20.1 - +fabric_version=0.96.4+1.20.4 + + ## 代理 #systemProp.http.proxyHost=127.0.0.1 #systemProp.http.proxyPort=1081 @@ -24,4 +24,4 @@ fabric_version=0.86.1+1.20.1 # #systemProp.https.proxyHost=127.0.0.1 #systemProp.https.proxyPort=1081 -#systemProp.https.nonProxyHosts=10.*|localhost \ No newline at end of file +#systemProp.https.nonProxyHosts=10.*|localhost diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8f5ef1a..1af9e09 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists \ No newline at end of file +zipStorePath=wrapper/dists