diff options
author | nea <romangraef@gmail.com> | 2022-08-03 02:31:05 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-03 02:31:05 +0200 |
commit | 2625eeb7dedb05b524b08721e1267acdcd93e5c1 (patch) | |
tree | 476117af52a76f22c445b8b8dac4778f24ce5c51 /src/main/resources/fabric.mod.json | |
parent | b9455467863f194accf30a89b2c2998822f2c105 (diff) | |
download | Firmament-2625eeb7dedb05b524b08721e1267acdcd93e5c1.tar.gz Firmament-2625eeb7dedb05b524b08721e1267acdcd93e5c1.tar.bz2 Firmament-2625eeb7dedb05b524b08721e1267acdcd93e5c1.zip |
scuffed config screen
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 51 |
1 files changed, 28 insertions, 23 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cada5ad..c192d0d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,38 +5,43 @@ "name": "Not Enough Updates", "description": "Not Enough Updates - A mod for Hypixel Skyblock", "authors": [ - "nea89" + { + "name": "Linnea Gräf", + "contact": { + "email": "nea@nea89.moe" + } + } ], "contact": { - "homepage": "https://github.com/romangraef/TODO", - "sources": "https://github.com/romangraef/TODO" + "discord": "https://discord.gg/moulberry", + "sources": "https://git.nea.moe/nea/neurepoparsing/" }, - "license": "LGPL-3.0", + "license": "ARR", "icon": "assets/notenoughupdates/icon.png", "environment": "client", "entrypoints": { - "main": [ - { - "adapter": "kotlin", - "value": "moe.nea.notenoughupdates.NotEnoughUpdates" - } - ], - "client": [ - { - "adapter": "kotlin", - "value": "moe.nea.notenoughupdates.NotEnoughUpdates" - } - ], - "rei_client": [ - "moe.nea.notenoughupdates.rei.NEUReiPlugin" - ] + "main": [ + { + "adapter": "kotlin", + "value": "moe.nea.notenoughupdates.NotEnoughUpdates" + } + ], + "client": [ + { + "adapter": "kotlin", + "value": "moe.nea.notenoughupdates.NotEnoughUpdates" + } + ], + "rei_client": [ + "moe.nea.notenoughupdates.rei.NEUReiPlugin" + ] }, "mixins": [ - "notenoughupdates.mixins.json" + "notenoughupdates.mixins.json" ], "depends": { - "fabric": "*", - "fabric-language-kotlin": ">=1.8.2+kotlin.1.7.10", - "minecraft": ">=1.18.2" + "fabric": "*", + "fabric-language-kotlin": ">=1.8.2+kotlin.1.7.10", + "minecraft": ">=1.18.2" } } |