From 612f1b07b0f643f6bb02bdcc685ca8fe4a379e09 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 19 Mar 2025 16:02:27 -0300 Subject: Update fmj :v --- src/main/resources/fabric.mod.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 +} -- cgit 1.4.1