File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.6-SNAPSHOT '
2
+ id ' fabric-loom' version " + "
3
3
id " com.github.johnrengelman.shadow" version " +"
4
4
}
5
5
@@ -41,7 +41,7 @@ dependencies {
41
41
shadowImplementation " org.apache.httpcomponents:httpclient-cache:4.5.14"
42
42
shadowImplementation " org.sejda.imageio:webp-imageio:0.1.6"
43
43
44
- modLocalRuntime " maven.modrinth:sodium:dNHeFokL " // 1.21
44
+ modLocalRuntime " maven.modrinth:sodium:oZOSEhyy " // 1.21.1
45
45
46
46
compileOnly " com.github.spotbugs:spotbugs-annotations:4.8.5"
47
47
}
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2G
2
2
org.gradle.parallel =true
3
3
4
- minecraft_version =1.21
5
- yarn_mappings =1.21+build.2
6
- loader_version =0.15.11
4
+ minecraft_version =1.21.1
5
+ yarn_mappings =1.21.1 +build.3
6
+ loader_version =0.16.2
7
7
8
8
mod_version =1.0.3-Enhancement-1
9
9
maven_group =org.teacon
10
10
11
- fabric_version =0.100 .1+1.21
11
+ fabric_version =0.102 .1+1.21.1
12
12
13
- mod_menu_version =11.0.0-rc.4
13
+ mod_menu_version =11.0.1
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.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 31
31
],
32
32
"depends" : {
33
33
"fabricloader" : " *" ,
34
- "minecraft" : [" 1.21" ],
34
+ "minecraft" : [" 1.21.1 " ],
35
35
"java" : " >=21" ,
36
36
"fabric-api" : " *"
37
37
}
You can’t perform that action at this time.
0 commit comments