From 855fa74c5406946834ebb8a7794e7e5b9fdc3e02 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:54:06 +0700 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 4 +--- src/main/resources/fabric.mod.json | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c843c3..7d404b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ ### What's new: * Updated Dark Matter. -* Removed the MouseWheelie compat mixin in favor of a more general patch in DM. -* Moved group init to `reload` instead of ``. -* Other minor things. +* Fixed some minor issues. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 261d8ca..bc3fead 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,10 @@ "authors": [ "melontini" ], - "contact": {}, + "contact": { + "sources": "https://github.com/constellation-mc/recipe_book_is_pain", + "issues": "https://github.com/constellation-mc/recipe_book_is_pain/issues" + }, "license": "MIT", "icon": "assets/recipe-book-is-pain/icon.png", "environment": "client", -- 2.51.2