diff --git a/server/src/constants.ts b/server/src/constants.ts index 670cf929..d7433a9a 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -1,4 +1,4 @@ export const SUPPORTED_VERSIONS = new Set([ - '2.0.1-1.18.2-fabric', - '2.0.1-1.18.2-forge', + '2.0.1-1.18.2+fabric', + '2.0.1-1.18.2+forge', ])