Skip to content

Commit

Permalink
Fix incorrect comment in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Jun 11, 2023
1 parent d1b5dbb commit 70ce4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ EOF
function release_curseforge() {
# Java versions, Loaders, and Environment tags are actually "game versions" (lmfao), as are real game versions.

# Hardcoded from https://minecraft.curseforge.com/api/game/version-types (which is undocumented, btw)
# Hardcoded from https://minecraft.curseforge.com/api/game/versions
# I'm not betting on these changing any time soon, so hardcoding is ok
local CURSEFORGE_JAVA_VERSION=8326 # Java 17
local CURSEFORGE_FABRIC_VERSION=7499
Expand Down

0 comments on commit 70ce4bf

Please sign in to comment.