Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Apr 17, 2024
1 parent 589e633 commit 66bd631
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66bd631

Please sign in to comment.