We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b20135 commit 58c6726Copy full SHA for 58c6726
src/main/java/me/itzg/helpers/modrinth/Loader.java
@@ -11,6 +11,7 @@ public enum Loader {
11
bukkit("plugins", null),
12
spigot("plugins", null),
13
paper("plugins", spigot),
14
+ folia("plugins", paper),
15
pufferfish("plugins", paper),
16
leaf("plugins", paper),
17
purpur("plugins", paper),
@@ -25,5 +26,4 @@ public enum Loader {
25
26
this.type = type;
27
this.compatibleWith = compatibleWith;
28
}
-
29
0 commit comments