Skip to content

Commit 7b20135

Browse files
Add support for Leaf loader with Modrinth (#567)
1 parent dc883dd commit 7b20135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public enum Loader {
1212
spigot("plugins", null),
1313
paper("plugins", spigot),
1414
pufferfish("plugins", paper),
15+
leaf("plugins", paper),
1516
purpur("plugins", paper),
1617
bungeecord("plugins", null),
1718
velocity("plugins", null),

0 commit comments

Comments
 (0)