We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70155b0 commit 7722ddcCopy full SHA for 7722ddc
build.gradle
@@ -52,11 +52,9 @@ minecraft {
52
53
dependencies {
54
minecraft 'net.minecraftforge:forge:1.18.2-40.1.0'
55
+ implementation files('build\\libs\\aether-1.18.2-v1.0.0.jar')
56
}
57
58
tasks.withType(JavaCompile).configureEach {
59
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
60
-
61
-apply from: 'mcreator.gradle'
62
0 commit comments