[PORT] Update to 24w34a

This commit is contained in:
2024-08-21 22:46:50 +02:00
parent 0dbf07de46
commit aea07af3d5
7 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
def JDK = "21"
def majorMc = "1.21";
def majorMc = "1.21.2";
pipeline {
agent {

View File

@@ -1,9 +1,9 @@
def projectName = "CraterLib";
def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png";
def JDK = "21";
def majorMc = "1.21";
def majorMc = "1.21.2";
def modLoaders = "neoforge|fabric|quilt";
def supportedMc = "1.21|1.21.1";
def supportedMc = "1.21.2";
def reltype = "port";
pipeline {