From 44639fb29cecd9b795568312255f21f96d6c2f9d Mon Sep 17 00:00:00 2001 From: Aurora Dawn <131844170+StellarWitch7@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:01:36 -0400 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 30db705..ab99d76 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "ram", "version": "${version}", "name": "Random Access Mind", - "description": "Adds a simple RAM implementation for Trickster spells", + "description": "An alternative Crow Mind for Trickster", "authors": [ "StellarWitch7" ], @@ -63,4 +63,4 @@ }, "suggests": { } -} \ No newline at end of file +}