Skip to content

Commit

Permalink
Fix data map sync crash on dedicated servers (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Feb 1, 2024
1 parent b567e16 commit 0234a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ dependencies {
installer ("net.neoforged:JarJarSelector:${project.jarjar_version}") {
exclude group: 'org.slf4j'
}
// We depend on apache commons directly as there is a difference between the version the server uses and the one the client does
installer "org.apache.commons:commons-lang3:${project.apache_commons_lang3_version}"
installer ("net.neoforged:JarJarMetadata:${project.jarjar_version}") {
exclude group: 'org.slf4j'
}
Expand Down

0 comments on commit 0234a73

Please sign in to comment.