Skip to content

Commit

Permalink
add neoforge version catalog to fix builds failing
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jan 12, 2024
1 parent 6df394f commit f4c6454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NeoForge/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[versions]
neoforge = "47.1.65"

[libraries]
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencyResolutionManagement {
quilt {
from(files("./Quilt/libs.versions.toml"))
}
neoforge {
from(files("./NeoForge/libs.versions.toml"))
}
}
}

Expand Down

0 comments on commit f4c6454

Please sign in to comment.