diff options
Diffstat (limited to 'fabric/src/main/resources/fabric.mod.json')
-rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json deleted file mode 100644 index 3ff8349..0000000 --- a/fabric/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "schemaVersion": 1, - "id": "notenoughupdates", - "version": "${version}", - "name": "Not Enough Updates", - "description": "Not Enough Updates - A mod for Hypixel Skyblock", - "authors": [ - "nea89" - ], - "contact": { - "homepage": "https://github.com/romangraef/TODO", - "sources": "https://github.com/romangraef/TODO" - }, - "license": "LGPL-3.0", - "icon": "assets/notenoughupdates/icon.png", - "environment": "client", - "entrypoints": { - "main": [ - "moe.nea.notenoughupdates.FabricMain" - ], - "rei": [ - "moe.nea.notenoughupdates.rei.NEUReiPlugin" - ] - }, - "mixins": [ - "notenoughupdates.mixins.json", - "notenoughupdates-common.mixins.json" - ], - "depends": { - "fabric": "*", - "minecraft": ">=1.18.2", - "architectury": ">=4.2.50" - } -} |