Skip to content

Commit

Permalink
Update to Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Aug 22, 2024
1 parent 1b4b3f9 commit a2194f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ You can download this mod from:

| Minecraft version | Latest mod version | Support status |
| ----------------- | ------------------ | ------------------------- |
| 1.20.5, 1.20.6 | `4.1.0` | :heavy_check_mark: Active |
| 1.21, 1.21.1 | `4.2.1` | :heavy_check_mark: Active |
| 1.20.5, 1.20.6 | `4.1.0` | :x: Obsolete |
| 1.20.3, 1.20.4 | `4.0.0` | :x: Obsolete |
| 1.14.0 - 1.20.2 | `3.1.0` | :x: Obsolete |
| 1.12.2 | | :white_circle: soon™ |
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies {
includeFabricApiModule "fabric-key-binding-api-v1"
includeFabricApiModule "fabric-lifecycle-events-v1"

modLocalRuntime "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
Expand Down Expand Up @@ -91,7 +93,7 @@ modrinth {
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

uploadFile = remapJar
gameVersions = ["1.21"]
gameVersions = ["1.21", "1.21.1"]
loaders = ["fabric", "quilt"]
dependencies {
optional.project "modmenu"
Expand All @@ -111,6 +113,7 @@ curseforge {
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 "Fabric"
addGameVersion "Quilt"
addGameVersion "Java 21"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# https://fabricmc.net/develop/
minecraft_version=1.21
yarn_mappings=1.21+build.4
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2

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

# Dependencies
# https://linkie.shedaniel.dev/
fabric_version=0.100.4+1.21
fabric_version=0.102.1+1.21.1
modmenu_version=11.0.1
cloth_config_version=15.0.127
cloth_config_version=15.0.130
yacl_config_version=3.5.0+1.21
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"contributors": [
"koelle25",
"Boxadactle",
"notlin4"
"notlin4",
"Alexander317"
],
"contact": {
"homepage": "https://github.com/Grayray75/FPS-Display",
Expand All @@ -33,7 +34,7 @@
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ["1.21"],
"minecraft": ["1.21", "1.21.1"],
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
},
Expand Down

0 comments on commit a2194f8

Please sign in to comment.