Skip to content

Commit 4ec5560

Browse files
Update Loader.java
Added loader type 'leaf'
1 parent dc883dd commit 4ec5560

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)