From c8bebdc8eb45db4e42dd1d205cd65c342919b584 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Thu, 8 Aug 2024 21:53:25 +0200 Subject: [PATCH] [DEV] Fix nightbloom versions for 1.21/1.21.1 --- 1.21/.jenkins/Jenkinsfile.snapshot | 2 +- patches/1.21/.jenkins/Jenkinsfile.snapshot.patch | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/1.21/.jenkins/Jenkinsfile.snapshot b/1.21/.jenkins/Jenkinsfile.snapshot index 43b1dab..a39cf15 100644 --- a/1.21/.jenkins/Jenkinsfile.snapshot +++ b/1.21/.jenkins/Jenkinsfile.snapshot @@ -3,7 +3,7 @@ def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae59 def JDK = "21"; def majorMc = "1.21"; def modLoaders = "neoforge|fabric|quilt"; -def supportedMc = "1.21"; +def supportedMc = "1.21|1.21.1"; def reltype = "snapshot"; pipeline { diff --git a/patches/1.21/.jenkins/Jenkinsfile.snapshot.patch b/patches/1.21/.jenkins/Jenkinsfile.snapshot.patch index 356eee3..0c85330 100644 --- a/patches/1.21/.jenkins/Jenkinsfile.snapshot.patch +++ b/patches/1.21/.jenkins/Jenkinsfile.snapshot.patch @@ -1,10 +1,12 @@ --- a/.jenkins/Jenkinsfile.snapshot +++ b/.jenkins/Jenkinsfile.snapshot -@@ -4,7 +4,7 @@ +@@ -3,8 +3,8 @@ + def JDK = "21"; def majorMc = "1.21"; def modLoaders = "neoforge|fabric|quilt"; - def supportedMc = "1.21"; +-def supportedMc = "1.21"; -def reltype = "port"; ++def supportedMc = "1.21|1.21.1"; +def reltype = "snapshot"; pipeline {