From 991f318f6998a73b076a7fca0de143b3b564d138 Mon Sep 17 00:00:00 2001 From: Cat Core Date: Wed, 1 May 2024 14:51:06 +0200 Subject: [PATCH] Update changelog --- build.gradle | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6009036e..703226fe 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,8 @@ modrinth { # Changelog Fix fabric mods icon in Forge mod list.\\ You can now interact again with the second slot of any inventory.\\ -Fix immibis core crash. +Fix immibis core crash.\\ +Fix TreeCapitator crash. # 2.7.0 Changelog Update MRAPI to 1.22.0.\\ Make use of MRAPI v1 api.\\ @@ -188,6 +189,23 @@ Fix NEI plugins not loading.\\ Fix crashes related to a badly ported patch.\\ Fix some class loading before coremods were discovered, preventing them from being modified by ClassTransformers.\\ Cleaned up existing compatibility patches after mentioned improvements and fixes. +# 2.6.2 Changelog +Update MRAPI to 1.20.0.\\ +Fix crash on Fabric Loader 0.15+.\\ +CodeChickenCore and NEI are finally working on 1.4.6 and 1.4.7. +# 2.6.1 Changelog +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 Changelog +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 Changelog +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