Skip to content

Commit

Permalink
Update to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Dec 19, 2024
1 parent ea379ca commit 8aea134
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.8-SNAPSHOT"
id "fabric-loom" version "1.9-SNAPSHOT"
id "com.modrinth.minotaur" version "2.+"
id "com.matthewprenger.cursegradle" version "1.4.0"
id "maven-publish"
Expand Down Expand Up @@ -94,7 +94,7 @@ modrinth {
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

uploadFile = remapJar
gameVersions = ["1.21.2", "1.21.3"]
gameVersions = ["1.21.4"]
loaders = ["fabric", "quilt"]
dependencies {
optional.project "modmenu"
Expand All @@ -113,8 +113,7 @@ curseforge {
releaseType = "release"
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

addGameVersion "1.21.2"
addGameVersion "1.21.3"
addGameVersion "1.21.4"
addGameVersion "Fabric"
addGameVersion "Quilt"
addGameVersion "Java 21"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# https://fabricmc.net/develop/
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2
loader_version=0.16.9

# Mod Properties
Expand All @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2G

# Dependencies
# https://linkie.shedaniel.dev/
fabric_version=0.108.0+1.21.3
modmenu_version=12.0.0-beta.1
cloth_config_version=16.0.141
yacl_config_version=3.6.1+1.21.2
fabric_version=0.112.2+1.21.4
modmenu_version=13.0.0-beta.1
cloth_config_version=17.0.144
yacl_config_version=3.6.2+1.21.4
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ["1.21.2", "1.21.3"],
"minecraft": ["1.21.4"],
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
},
Expand Down

0 comments on commit 8aea134

Please sign in to comment.