Skip to content

Commit

Permalink
Grade a lil smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Jan 12, 2023
1 parent 8e437e5 commit 1b25ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ archivesBaseName = "glassential-forge"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.19'
mappings channel: 'official', version: "${project.minecraft_version}"

// Default run configurations.
runs {
Expand Down

0 comments on commit 1b25ab8

Please sign in to comment.