From 18f683795c20875b5937c5f93deb8d5d0751c7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ampflower=20=F0=9F=8C=BA?= Date: Fri, 14 Mar 2025 13:07:07 -0700 Subject: [PATCH] fix: Incorrect license reference in fabric.mod.json --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 2512ee4..5059fca 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ "sources": "https://git.pridecraft.gay/joy" }, "license": [ - "All Rights Reserved (Code)", + "MPL-2.0 (Code)", "CC-BY-SA-4.0 (Art)", "All Rights Reserved (Music)", "Unlicense (Blahaj)",