[FEAT] Paper Support

This commit is contained in:
2024-11-11 10:55:21 +02:00
parent 4e2eafb702
commit cc26cd450d
24 changed files with 479 additions and 29 deletions

View File

@@ -2,8 +2,8 @@ def projectName = "CraterLib";
def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png";
def JDK = "21";
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";
pipeline {