Skip to content

Commit 11a9816

Browse files
committed
update version
1 parent 4453379 commit 11a9816

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.6-SNAPSHOT'
2+
id 'fabric-loom' version "+"
33
id "com.github.johnrengelman.shadow" version "+"
44
}
55

@@ -41,7 +41,7 @@ dependencies {
4141
shadowImplementation "org.apache.httpcomponents:httpclient-cache:4.5.14"
4242
shadowImplementation "org.sejda.imageio:webp-imageio:0.1.6"
4343

44-
modLocalRuntime "maven.modrinth:sodium:dNHeFokL" //1.21
44+
modLocalRuntime "maven.modrinth:sodium:oZOSEhyy" //1.21.1
4545

4646
compileOnly "com.github.spotbugs:spotbugs-annotations:4.8.5"
4747
}

gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
org.gradle.jvmargs=-Xmx2G
22
org.gradle.parallel=true
33

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
77

88
mod_version=1.0.3-Enhancement-1
99
maven_group=org.teacon
1010

11-
fabric_version=0.100.1+1.21
11+
fabric_version=0.102.1+1.21.1
1212

13-
mod_menu_version=11.0.0-rc.4
13+
mod_menu_version=11.0.1

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"depends": {
3333
"fabricloader": "*",
34-
"minecraft": ["1.21"],
34+
"minecraft": ["1.21.1"],
3535
"java": ">=21",
3636
"fabric-api": "*"
3737
}

0 commit comments

Comments
 (0)