aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json24
1 files changed, 0 insertions, 24 deletions
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"
- }
-}