From 08742cd8ab068c69a51def847ef375c61c3a6aac Mon Sep 17 00:00:00 2001 From: NGSpace <71827944+NGSpace@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:38:01 +0300 Subject: [PATCH] Update fabric.mod.json - License --- 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 c8df6b8..82985fd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "CurseForge": "https://www.curseforge.com/minecraft/mc-mods/hudder", "GitHub": "https://github.com/NGSpace/hudder" }, - "license": "MIT License", + "license": "Apache-2.0 license", "icon": "assets/hudder/icon.png", "environment": "*", "entrypoints": { @@ -36,4 +36,4 @@ "update_checker": true } } -} \ No newline at end of file +}