Added v1_18_R2 Module (to be updated when papermc updates)

This commit is contained in:
Auxilor
2022-03-02 12:18:41 +00:00
parent e4c0418fd4
commit 5cad1d31e3
15 changed files with 534 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ public final class ProxyConstants {
*/
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
"v1_17_R1",
"v1_18_R1"
"v1_18_R1",
"v1_18_R2"
);
private ProxyConstants() {