Skip to content

Commit 687ec16

Browse files
authored
Added Geyser Extensions loader (#6)
Modrinth just added a new loader type `geyser` for Geyser Extension.
2 parents b102a71 + 1af0811 commit 687ec16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libmodpm/inventory/Config.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public final class Config {
5252
FABRIC = "fabric",
5353
FOLIA = "folia",
5454
FORGE = "forge",
55+
GEYSER = "geyser",
5556
IRIS = "iris",
5657
JAVA_AGENT = "java-agent",
5758
LEGACY_FABRIC = "legacy-fabric",
@@ -116,6 +117,7 @@ public final class Config {
116117
Loader.BUKKIT,
117118
Loader.BUNGEECORD,
118119
Loader.FOLIA,
120+
Loader.GEYSER,
119121
Loader.PAPER,
120122
Loader.PURPUR,
121123
Loader.SPIGOT,

0 commit comments

Comments
 (0)