Skip to content

Commit

Permalink
Set compatibility to v1.21.2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Nov 15, 2024
1 parent 4edd84d commit f040450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
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", "1.21.1", "1.21.2", "1.21.3"]
gameVersions = ["1.21.2", "1.21.3"]
loaders = ["fabric", "quilt"]
dependencies {
optional.project "modmenu"
Expand All @@ -113,8 +113,6 @@ curseforge {
releaseType = "release"
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

addGameVersion "1.21"
addGameVersion "1.21.1"
addGameVersion "1.21.2"
addGameVersion "1.21.3"
addGameVersion "Fabric"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2G

# Dependencies
# https://linkie.shedaniel.dev/
fabric_version=0.107.0+1.21.3
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
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", "1.21.1", "1.21.2", "1.21.3"],
"minecraft": ["1.21.2", "1.21.3"],
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
},
Expand Down

0 comments on commit f040450

Please sign in to comment.