{ "schemaVersion": 1, "id": "notenoughupdates", "version": "${version}", "name": "Not Enough Updates", "description": "Not Enough Updates - A mod for Hypixel Skyblock", "authors": [ { "name": "Linnea Gräf", "contact": { "email": "nea@nea89.moe" } } ], "contact": { "discord": "https://discord.gg/moulberry", "sources": "https://git.nea.moe/nea/NotEnoughUpdates1.19/" }, "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" ] }, "mixins": [ "notenoughupdates.mixins.json" ], "depends": { "fabric": "*", "fabric-language-kotlin": ">=1.8.2+kotlin.1.7.10", "minecraft": ">=1.18.2" } }