aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'fabric/src/main/resources')
-rw-r--r--fabric/src/main/resources/fabric.mod.json38
-rw-r--r--fabric/src/main/resources/yacl-fabric.mixins.json11
2 files changed, 0 insertions, 49 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json
deleted file mode 100644
index b3dd73b..0000000
--- a/fabric/src/main/resources/fabric.mod.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "schemaVersion": 1,
- "id": "${id}",
- "version": "${version}",
- "name": "${name}",
- "description": "${description}",
- "authors": [
- "isXander"
- ],
- "contact": {
- "homepage": "https://isxander.dev",
- "issues": "https://github.com/${github}/issues",
- "sources": "https://github.com/${github}"
- },
- "icon": "yacl-128x.png",
- "license": "LGPL-3.0-or-later",
- "environment": "*",
- "depends": {
- "fabricloader": ">=0.14.0",
-
- "java": ">=17",
- "fabric-resource-loader-v0": "*"
- },
- "mixins": [
- "yacl.mixins.json",
- "yacl-fabric.mixins.json"
- ],
- "entrypoints": {
- "client": [
- "dev.isxander.yacl3.platform.fabric.YACLFabricEntrypoint"
- ]
- },
- "custom": {
- "modmenu": {
- "badges": ["library"]
- }
- }
-}
diff --git a/fabric/src/main/resources/yacl-fabric.mixins.json b/fabric/src/main/resources/yacl-fabric.mixins.json
deleted file mode 100644
index 5374dd3..0000000
--- a/fabric/src/main/resources/yacl-fabric.mixins.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "required": true,
- "package": "dev.isxander.yacl3.fabric.mixin",
- "compatibilityLevel": "JAVA_17",
- "injectors": {
- "defaultRequire": 1
- },
- "client": [
- "ContainerEventHandlerMixin"
- ]
-}