Skip to content

Commit

Permalink
updated forge
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed Jun 24, 2022
1 parent 00b5f3d commit 8adbc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

version = 'MC1.19.x-1.4.4'
group = 'dev.gallon.horsestatsmod'
archivesBaseName = 'horsestatsmod'


java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down Expand Up @@ -61,7 +61,7 @@ minecraft {
sourceSets.main.resources { srcDir 'src/generated/resources' }

dependencies {
minecraft 'net.minecraftforge:forge:1.19-41.0.16'
minecraft 'net.minecraftforge:forge:1.19-41.0.45'
}

jar {
Expand Down

0 comments on commit 8adbc7b

Please sign in to comment.