Skip to content

Commit 3971d75

Browse files
update to 1.20.4 (#82)
* update to 1.20.2 * Update gradle-wrapper.properties --------- Co-authored-by: sussyboiiii <[email protected]>
1 parent c2939f7 commit 3971d75

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.2-SNAPSHOT'
2+
id 'fabric-loom' version '1.5-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ mod_version=1.0.1
99
maven_group=yan.lx.bedrockMiner
1010
archives_base_name=bedrock-miner
1111

12-
# Dependencies
13-
minecraft_version=1.20.1
14-
yarn_mappings=1.20.1+build.10
15-
loader_version=0.14.22
12+
minecraft_version=1.20.4
13+
yarn_mappings=1.20.4+build.3
14+
loader_version=0.15.7
1615

1716
#Fabric api
18-
fabric_version=0.86.1+1.20.1
19-
17+
fabric_version=0.96.4+1.20.4
18+
19+
2020
## 代理
2121
#systemProp.http.proxyHost=127.0.0.1
2222
#systemProp.http.proxyPort=1081
2323
#systemProp.https.nonProxyHosts=10.*|localhost
2424
#
2525
#systemProp.https.proxyHost=127.0.0.1
2626
#systemProp.https.proxyPort=1081
27-
#systemProp.https.nonProxyHosts=10.*|localhost
27+
#systemProp.https.nonProxyHosts=10.*|localhost
+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)