Skip to content

Commit ede8b87

Browse files
Remove ViaFabricPlus as required dependency (#827)
1 parent b5319db commit ede8b87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

universal/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
5454
autoAddDependsOn.set(false)
5555
detectLoaders.set(false)
5656
dependencies {
57-
required.project("viafabric")
58-
optional.project("viafabricplus")
59-
optional.project("viaversion")
57+
required.project("viaversion")
58+
optional.project("viafabric")
6059
optional.project("viarewind")
6160
}
6261
}

0 commit comments

Comments
 (0)