Skip to content

Commit 669a227

Browse files
committed
Fix lib error
1 parent 83e6ac4 commit 669a227

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

dependencies.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,4 @@ dependencies {
150150
if (project.debug_all.toBoolean() || project.debug_jer.toBoolean()) {
151151
runtimeOnly "curse.maven:just-enough-resources-jer-240630:2728585"
152152
}
153-
154-
// Boot error fix
155-
if (project.debug_all.toBoolean() || project.debug_eio.toBoolean()) {
156-
runtimeOnly files("libs/EnderCore-1.12.2-0.5.78-core.jar")
157-
}
158153
}

libs/launchwrapper-1.17.2.jar

30.4 KB
Binary file not shown.

repositories.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ repositories {
99
name 'GTCEu Maven'
1010
url 'https://maven.gtceu.com'
1111
}
12+
flatDir {
13+
dirs 'libs'
14+
}
1215
}

0 commit comments

Comments
 (0)