Skip to content

Commit 33f3318

Browse files
committed
Update metadata for Modrinth
1 parent 1c80053 commit 33f3318

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Parachute 0.7.5
1+
# Parachute 0.7.6
22

3-
- Fixed ConfigBooleans for HUD rendering
4-
- Bump dependencies
5-
- Adjustable armor hud height for compatibility with mods like [raised](https://modrinth.com/mod/raised)
6-
- Fix armor hud not showing armor durability
3+
- Updated to Minecraft 1.20.4

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ modrinth {
8282
projectId = "parachute"
8383
versionType = (System.getenv("BUILD_RELEASE") == "true") ? "release" : "beta"
8484
uploadFile = remapJar
85-
gameVersions = ["1.20", "1.20.1"]
86-
loaders = ["fabric", "quilt"]
85+
gameVersions = ["1.20.4"]
86+
loaders = ["fabric"]
8787
dependencies {
8888
required.project "fabric-api"
8989
optional.project "modmenu"

0 commit comments

Comments
 (0)