From 320f2484cdac83ca6ef8011266886dc9cc1a6618 Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:28:03 +0100 Subject: [PATCH] adjust changes --- CHANGES.md | 5 +++-- build.gradle.kts | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index deaedfb..a42ae82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ changes: -- multiple backend changes +- major backend rework - replace "-" (\uFF0D) with [hidden] -- /namehistory, /getcape and /getskin now work on 1.21.2+ \ No newline at end of file +- /namehistory, /getcape and /getskin now work on 1.21.2+ +- add capes \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 48ea881..e6857a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,6 +67,7 @@ tasks.register("buildAndCollect") { } +// I can't be bothered to also set this up for GitHub releases modrinth { token.set(System.getenv("MODRINTH_TOKEN")) projectId.set("namefabric")