Skip to content

Commit 58c6726

Browse files
Add modrinth folia support (#569)
1 parent 7b20135 commit 58c6726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/itzg/helpers/modrinth/Loader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public enum Loader {
1111
bukkit("plugins", null),
1212
spigot("plugins", null),
1313
paper("plugins", spigot),
14+
folia("plugins", paper),
1415
pufferfish("plugins", paper),
1516
leaf("plugins", paper),
1617
purpur("plugins", paper),
@@ -25,5 +26,4 @@ public enum Loader {
2526
this.type = type;
2627
this.compatibleWith = compatibleWith;
2728
}
28-
2929
}

0 commit comments

Comments
 (0)