Skip to content

Commit 7722ddc

Browse files
authored
Updated build settings
1 parent 70155b0 commit 7722ddc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ minecraft {
5252

5353
dependencies {
5454
minecraft 'net.minecraftforge:forge:1.18.2-40.1.0'
55+
implementation files('build\\libs\\aether-1.18.2-v1.0.0.jar')
5556
}
5657

5758
tasks.withType(JavaCompile).configureEach {
5859
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
5960
}
60-
61-
apply from: 'mcreator.gradle'
62-

0 commit comments

Comments
 (0)