From d8fe269327a1a51f2588a3573a4764613da16388 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 26 Jul 2022 19:06:11 -0700 Subject: Move the mod to mod/ --- src/main/resources/fabric.mod.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json deleted file mode 100644 index 999aeeb..0000000 --- a/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "schemaVersion": 1, - "id": "acron", - "version": "${version}", - "name": "Acron", - "description": "WebSocket based remote server management", - "authors": ["YuutaW"], - "contact": {}, - "license": "GPL-2.0", - "icon": "assets/acron/icon.png", - "environment": "server", - "entrypoints": { - "main": [ - "moe.ymc.acron.Acron" - ] - }, - "mixins": [ - "acron.mixins.json" - ], - "depends": { - "fabricloader": ">=0.14.4", - "minecraft": "1.17.1" - } -} -- cgit v1.2.3