[PORT] 25w35a

This commit is contained in:
2025-08-26 22:31:53 +02:00
parent aba17260c3
commit 402fb532e0
5 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
def JDK = "21"
def majorMc = "1.21.6";
def majorMc = "1.21.9";
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 = "25w31a";
def majorMc = "25w35a";
def modLoaders = "fabric|quilt";
def supportedMc = "25w31a";
def supportedMc = "25w35a";
def reltype = "experimental";
pipeline {