From d5a5386cf82c03601bff712c2069c7530acbcb53 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Wed, 22 Sep 2021 23:01:59 +0200 Subject: added FEATURES.md --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c3b177c7..9effd387 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,7 @@ "sources": "https://github.com/LifeIsAParadox/Skyblocker", "issues": "https://github.com/LifeIsAParadox/Skyblocker/issues" }, - "license": "GNU GPLv3", + "license": "GNU LGPLv3", "icon": "assets/skyblocker/icon.png", "environment": "client", "entrypoints": { -- cgit