From 849b68a4ba1fd90f4b96d251ece219d47a2cf64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Ku=C4=8Dera?= Date: Tue, 3 Dec 2024 18:40:39 +0100 Subject: [PATCH] feat: 1.21.4 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 58cd9660f4bc..7ac55f5c9f5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ group = "me.kcra.takenaka" // change me // format: +[-SNAPSHOT] // this is included in META-INF/MANIFEST.MF under Implementation-Version // be nice to people who use the bundles and don't change the format -version = "1.8.8+1.21.3" // change me +version = "1.8.8+1.21.4" // change me /** * A three-way choice of mappings. @@ -106,7 +106,7 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace) val mappingConfig = buildMappingConfig { version( manifest - .range("1.8.8", "1.21.3") { // change me + .range("1.8.8", "1.21.4") { // change me // exclude 1.20, 1.20.3, 1.20.5 and 1.21.2 - hotfixed versions // exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all // exclude 1.8.9, client-only update - no Spigot mappings, no thank you