From 06634a8704ab69a6531cc0ce43648a4eed528d2e Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 15 Jun 2025 19:59:29 +0300 Subject: [PATCH] set license wtfpl in mod --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9bbbbe2..4d3612f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ "sources": "https://github.com/MeexReay/repeating-mod" }, - "license": "CC0-1.0", + "license": "WTFPL", "icon": "icon.png", "environment": "client",