-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from refinedmods/release/0.21.0
Release v0.21.0
- Loading branch information
Showing
8 changed files
with
44 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
const val mcVersion = "1.21.1" | ||
const val parchmentMcVersion = "1.21" | ||
const val parchmentMcVersion = "1.21.1" | ||
// See: https://projects.neoforged.net/neoforged/neoforge | ||
const val neoForgeVersion = "21.1.80" | ||
const val neoForgeVersion = "21.1.115" | ||
// See: https://fabricmc.net/develop/ | ||
const val fabricLoaderVersion = "0.16.9" | ||
const val fabricApiVersion = "0.109.0+1.21.1" | ||
const val parchmentVersion = "2024.11.10" | ||
const val fabricLoaderVersion = "0.16.10" | ||
const val fabricApiVersion = "0.115.0+1.21.1" | ||
// See: https://parchmentmc.org/docs/getting-started | ||
const val parchmentVersion = "2024.11.17" | ||
// See: https://projects.neoforged.net/neoforged/neoform | ||
const val nfVersion = "1.21.1-20240808.144430" | ||
const val javaVersion = 21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters