[DEV] Move 1.21 to LTS

This commit is contained in:
2024-06-13 19:06:25 +02:00
parent 6eaeeeb2c0
commit 436e02fee1
4 changed files with 28 additions and 6 deletions

View File

@@ -9,5 +9,5 @@ orionporting {
upstreamBranch = "dev"
// Enable During Porting
patchMode = PatchMode.FUZZY
porting("1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
porting("1.21", "1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
}