summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/fabric.mod.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index c7d859a..ffaf57a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -3,15 +3,15 @@
 	"id": "pirate-radio",
 	"version": "${version}",
 	"name": "Pirate Radio",
-	"description": "This is an example description! Tell everyone what your mod is about!",
+	"description": "A TTS-based FM pirate radio simulator in Minecraft! Uses real FM simulation, with some practical approximations.",
 	"authors": [
-		"Me!"
+		"SoniEx2"
 	],
 	"contact": {
-		"homepage": "https://fabricmc.net/",
-		"sources": "https://github.com/FabricMC/fabric-example-mod"
+		"homepage": "https://modrinth.com/mod/pirate-radio",
+		"sources": "https://soniex2.autistic.space/git-repos/fmsim.git/tree/"
 	},
-	"license": "LGPL-2.1-or-later",
+	"license": "MIT AND CC-BY-4.0",
 	"icon": "assets/pirate-radio/icon.png",
 	"environment": "*",
 	"entrypoints": {
@@ -47,4 +47,4 @@
 		"fabric-api": "*",
 		"fabric-language-kotlin": "*"
 	}
-}
\ No newline at end of file
+}