diff options
author | nea <nea@nea.moe> | 2023-07-31 18:52:07 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-07-31 18:52:07 +0200 |
commit | 0add249dcba318257a02b86c896b494ade6e2680 (patch) | |
tree | ec67acfd8cd468bfd42d20e69a4b416c71eb0039 /src/main/resources/fabric.mod.json | |
parent | 626d41d41979af96b0071a53bae70fb06d575adc (diff) | |
download | firmament-0add249dcba318257a02b86c896b494ade6e2680.tar.gz firmament-0add249dcba318257a02b86c896b494ade6e2680.tar.bz2 firmament-0add249dcba318257a02b86c896b494ade6e2680.zip |
Add logo
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 26c4763..fcb98c2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,17 +8,17 @@ { "name": "Linnea Gräf", "contact": { - "email": "nea@nea89.moe" + "email": "nea@nea.moe" } } ], "contact": { - "discord": "https://discord.gg/moulberry", + "discord": "https://discord.gg/64pFP94AWA", "sources": "https://git.nea.moe/nea/firmament/" }, - "license": "ARR", + "license": "GPL 3.0 or Later", "accessWidener": "firmament.accesswidener", - "icon": "assets/firmament/icon.png", + "icon": "assets/firmament/logo.png", "environment": "client", "entrypoints": { "main": [ @@ -43,8 +43,7 @@ "depends": { "fabric": "*", "fabric-language-kotlin": ">=${fabric_kotlin_version}", - "minecraft": ">=${minecraft_version}", - "fabric-key-binding-api-v1": "*" + "minecraft": ">=${minecraft_version}" }, "custom": { "modmenu": { |