[PORT] Port for 25w15a.... Seriously mojang, JUST STOP....

This commit is contained in:
2025-04-08 20:19:03 +02:00
parent cf3b89ea7f
commit 7eb86b012e
8 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
def JDK = "21"
def majorMc = "1.21.5";
def majorMc = "1.21.6";
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.5";
def majorMc = "1.21.6";
def modLoaders = "neoforge|fabric|quilt|paper";
def supportedMc = "1.21.5-rc1";
def supportedMc = "25w15a";
def reltype = "experimental";
pipeline {