Skip to content

Commit 1ce07fb

Browse files
committed
Remove paper and purpur tags from modrinth from the spigot-implementation
To make modrinth always choose the paper-version instead of the spigot-version if paper is selected
1 parent 9721080 commit 1ce07fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ tasks.processResources {
6666
}
6767

6868
modrinth {
69-
loaders.addAll("spigot", "paper", "purpur")
69+
loaders.addAll("spigot")
7070
gameVersions.addAll(supportedMinecraftVersions)
7171
}

0 commit comments

Comments
 (0)