diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0ddaeb4..162b181 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,33 +1,31 @@ { - "schemaVersion": 1, - "id": "celestianeconomy", - "version": "${version}", - - "name": "CelestianEconomy", - "description": "celestia economy mod", - "authors": [ - "Gæmer", - "WildKitty123" - ], - "contact": { - "homepage": "", - "sources": "" - }, - - "license": "MIT", - - "environment": "*", - "entrypoints": { - "main": [ - "com.smithy.celestianeconomy.CelestianEconomy" - ] - }, - "mixins": [ - "celestianeconomy.mixins.json" - ], - "depends": { - "fabricloader": ">=0.7.4", - "fabric": "*", - "cloth-config2": ">=6.2.57" - } + "schemaVersion": 1, + "id": "celestianeconomy", + "version": "${version}", + "name": "CelestianEconomy", + "description": "celestia economy mod", + "authors": [ + "Gæmer", + "WildKitty123" + ], + "contact": { + "homepage": "", + "sources": "" + }, + "license": "MIT", + "icon": "assets/celestianeconomy/icon1.png", + "environment": "*", + "entrypoints": { + "main": [ + "com.smithy.celestianeconomy.CelestianEconomy" + ] + }, + "mixins": [ + "celestianeconomy.mixins.json" + ], + "depends": { + "fabricloader": ">=0.7.4", + "fabric": "*", + "cloth-config2": ">=6.2.57" + } } \ No newline at end of file