From 66bd6311df68f60c9b710e4b9e1096320e0861fe Mon Sep 17 00:00:00 2001 From: Cat Core Date: Wed, 17 Apr 2024 23:45:58 +0200 Subject: [PATCH] Update changelog --- build.gradle | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c6c6d6d..a53b8488 100644 --- a/build.gradle +++ b/build.gradle @@ -170,8 +170,21 @@ modrinth { projectId = "JpHZ1Cyv" // This can be the project ID or the slug. Either will work! versionName = displayVersion changelog = """ -Update MRAPI to 1.19.0.\\ +# 2.6.2\\ +Update MRAPI to 1.20.0.\\ Fix crash on Fabric Loader 0.15+.\\ +CodeChickenCore and NEI are finally working on 1.4.6.\\ +# 2.6.1\\ +Update MRAPI to 1.15.0.\\ +ClassTransformers now run after mixins are applied on a class instead of before, improving compatibility with ClassTransformers by a lot.\\ +Some more improvements on NEI Compatibility.\\ +# 2.6.0\\ +Update to MRAPI 1.14.2.\\ +Fix more compatibility issues with CodeChickenCore and NEI. NEI plugins still do not work for now.\\ +# 2.5.0\\ +Update to Mod-Remapping-API 1.8.0. ClassTransformers are now applied!!\\ +Meaning Coremods are more likely to work.\\ +Implement special fixes to get CodeChickenCore and NEI working. """ uploadFile = remapJar gameVersions = [project.minecraft_version] // Must be an array, even with only one version