diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/icon.png | bin | 0 -> 20279 bytes | |||
-rw-r--r-- | src/main/resources/fabric.mod.json | 51 | ||||
-rw-r--r-- | src/main/resources/notenoughupdates.mixins.json | 1 |
3 files changed, 29 insertions, 23 deletions
diff --git a/src/main/resources/assets/notenoughupdates/icon.png b/src/main/resources/assets/notenoughupdates/icon.png Binary files differnew file mode 100644 index 0000000..467f962 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/icon.png 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" } } diff --git a/src/main/resources/notenoughupdates.mixins.json b/src/main/resources/notenoughupdates.mixins.json index 3067bcc..1b6dac8 100644 --- a/src/main/resources/notenoughupdates.mixins.json +++ b/src/main/resources/notenoughupdates.mixins.json @@ -3,6 +3,7 @@ "package": "moe.nea.notenoughupdates.mixins", "compatibilityLevel": "JAVA_16", "client": [ + "MixinMinecraft" ], "mixins": [ ], |