File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.2 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 1.5 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ mod_version=1.0.1
9
9
maven_group =yan.lx.bedrockMiner
10
10
archives_base_name =bedrock-miner
11
11
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
16
15
17
16
# Fabric api
18
- fabric_version =0.86.1+1.20.1
19
-
17
+ fabric_version =0.96.4+1.20.4
18
+
19
+
20
20
# # 代理
21
21
# systemProp.http.proxyHost=127.0.0.1
22
22
# systemProp.http.proxyPort=1081
23
23
# systemProp.https.nonProxyHosts=10.*|localhost
24
24
#
25
25
# systemProp.https.proxyHost=127.0.0.1
26
26
# systemProp.https.proxyPort=1081
27
- # systemProp.https.nonProxyHosts=10.*|localhost
27
+ # systemProp.https.nonProxyHosts=10.*|localhost
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
6
zipStoreBase =GRADLE_USER_HOME
5
- zipStorePath =wrapper/dists
7
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments