Skip to content

Commit 6145b81

Browse files
committed
Forge is supported in mc1.15
1 parent 25abe85 commit 6145b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueMapForge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
}
3333

3434
build.dependsOn shadowJar {
35-
destinationDir = file '../build/unsupported'
35+
destinationDir = file '../build/release'
3636
archiveFileName = "BlueMap-${version}-forge.jar"
3737

3838
configurations = [project.configurations.include]

0 commit comments

Comments
 (0)