diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2025-03-19 16:02:27 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2025-03-19 16:02:27 -0300 |
commit | 612f1b07b0f643f6bb02bdcc685ca8fe4a379e09 (patch) | |
tree | 8b02a20cf63ecea3da3b142395820d798791e727 | |
parent | ee651c9014db7593fa62e22d0a28bb94bf9f57f5 (diff) |
Update fmj :v
-rw-r--r-- | src/main/resources/fabric.mod.json | 12 |
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 +} |