diff --git a/fabric/build.gradle b/fabric/build.gradle index 4a48e0e..b8fca80 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -134,7 +134,9 @@ curseforge { } addGameVersion "Fabric" mainArtifact(remapJar) { - changelog = changelog(3).replace("\n-", "\n\n- ") + def txt = changelog(1).replace("\n-", "\n\n- ") + txt = txt + "\n\n" + "For past versions see: https://github.com/Flemmli97/Flan/blob/1.16/Changelog.txt" + changelog = txt changelogType = "markdown" releaseType = 'release' }