[DEV] Move 1.21 to LTS
This commit is contained in:
10
README.md
10
README.md
@@ -5,12 +5,12 @@ This is a branch for all supported LTS versions. Please do NOT directly submit c
|
||||
### Supported Minecraft Versions
|
||||
|
||||
| Minecraft Version | Support Status |
|
||||
|-------------------| -------------- |
|
||||
| < 1.18.2 | ❌ |
|
||||
| 1.18.2-1.20.2 | ✳️ |
|
||||
| 1.20.4 | ✳️ |
|
||||
|-------------------| ------------- |
|
||||
| < 1.18.2 | ❌ |
|
||||
| 1.18.2-1.20.2 | ✳️ |
|
||||
| 1.20.4 | ✳️ |
|
||||
| 1.20.5/6 | ❌ |
|
||||
| 1.21 | 🚧 |
|
||||
| 1.21 | ✳️ |
|
||||
|
||||
- ❌ - Not Supported; no bug fixes or new features.
|
||||
- 🚧 - Work in Progress; not ready for release.
|
||||
|
@@ -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")
|
||||
}
|
11
patches/1.21/.jenkins/Jenkinsfile.snapshot.patch
Normal file
11
patches/1.21/.jenkins/Jenkinsfile.snapshot.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/.jenkins/Jenkinsfile.snapshot
|
||||
+++ b/.jenkins/Jenkinsfile.snapshot
|
||||
@@ -4,7 +4,7 @@
|
||||
def majorMc = "1.21";
|
||||
def modLoaders = "neoforge|fabric|quilt";
|
||||
def supportedMc = "1.21";
|
||||
-def reltype = "port";
|
||||
+def reltype = "snapshot";
|
||||
|
||||
pipeline {
|
||||
agent {
|
11
patches/1.21/gradle.properties.patch
Normal file
11
patches/1.21/gradle.properties.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/gradle.properties
|
||||
+++ b/gradle.properties
|
||||
@@ -39,7 +39,7 @@
|
||||
# Publishing
|
||||
curse_id=867099
|
||||
modrinth_id=Nn8Wasaq
|
||||
-release_type=port
|
||||
+release_type=release
|
||||
|
||||
# Gradle
|
||||
org.gradle.jvmargs=-Xmx3G
|
Reference in New Issue
Block a user