Skip to content

Commit

Permalink
Update to forge that's above the RB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Aug 19, 2022
1 parent d9566aa commit 684d739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "bookwyrms"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.19.1'
mappings channel: 'official', version: '1.19.2'

// Default run configurations.
runs {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ org.gradle.daemon=false

mod_version = 1.0.0

minecraft_version=1.19.1
forge_version=42.0.1
minecraft_version=1.19.2
forge_version=43.1.1

0 comments on commit 684d739

Please sign in to comment.