[FEAT] Paper Support

This commit is contained in:
2024-10-22 20:13:32 +02:00
parent 86149ace11
commit e0e37685e2
352 changed files with 5772 additions and 1588 deletions

View File

@@ -2,10 +2,10 @@
+++ b/.jenkins/Jenkinsfile.snapshot
@@ -4,7 +4,7 @@
def majorMc = "1.21.2";
def modLoaders = "neoforge|fabric|quilt";
def supportedMc = "1.21.2";
def modLoaders = "neoforge|fabric|quilt|paper";
def supportedMc = "1.21.3";
-def reltype = "port";
+def reltype = "release";
+def reltype = "snapshot";
pipeline {
agent {