From efb601049f71a34ed615283e9ca5936ed4c9f8c2 Mon Sep 17 00:00:00 2001 From: Fishplex Date: Mon, 5 Sep 2022 11:46:11 -0300 Subject: [PATCH] Delete fabric.mod.json --- bin/main/fabric.mod.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 bin/main/fabric.mod.json diff --git a/bin/main/fabric.mod.json b/bin/main/fabric.mod.json deleted file mode 100644 index c849c9a..0000000 --- a/bin/main/fabric.mod.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schemaVersion": 1, - "id": "aspects", - "version": "${version}", - - "name": "Aspects", - "description": "An element-based Origins addon for the Fabric modloader.", - "authors": [ - "Fishplex" - ], - "contact": { - "homepage": "https://github.com/missingbinary/Aspects", - "sources": "https://github.com/missingbinary/Aspects", - "issues": "https://github.com/missingbinary/Aspects/issues" - }, - - "license": "CC0-1.0", - "icon": "assets/aspects/textures/item/anemo_feather.png", - - "environment": "*", - "entrypoints": { - "main": [ - "net.fabricmc.fishplex.Aspects" - ] - }, - "mixins": [ - "aspects.mixins.json" - ], - - "depends": { - "fabricloader": ">=0.11.3", - "fabric": "*", - "minecraft": "1.18.x", - "java": ">=17", - "extrakeybinds":"*", - "origins": ">=1.4.1" - } -}