aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/testmod/resources')
-rw-r--r--src/testmod/resources/fabric.mod.json22
-rw-r--r--src/testmod/resources/yet-another-config-lib.test.mixins.json11
2 files changed, 0 insertions, 33 deletions
diff --git a/src/testmod/resources/fabric.mod.json b/src/testmod/resources/fabric.mod.json
deleted file mode 100644
index d682084..0000000
--- a/src/testmod/resources/fabric.mod.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "schemaVersion": 1,
- "id": "test-mod",
- "version": "1",
- "name": "YACL Test",
- "authors": [
- "isXander"
- ],
- "license": "LGPL-3.0-or-later",
- "environment": "client",
- "entrypoints": {
- "client": [
- "dev.isxander.yacl.test.ExampleMod"
- ]
- },
- "depends": {
- "yet-another-config-lib": "*"
- },
- "mixins": [
- "yet-another-config-lib.test.mixins.json"
- ]
-}
diff --git a/src/testmod/resources/yet-another-config-lib.test.mixins.json b/src/testmod/resources/yet-another-config-lib.test.mixins.json
deleted file mode 100644
index 9287cdd..0000000
--- a/src/testmod/resources/yet-another-config-lib.test.mixins.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "required": true,
- "package": "dev.isxander.yacl.test.mixins",
- "compatibilityLevel": "JAVA_17",
- "injectors": {
- "defaultRequire": 1
- },
- "client": [
- "TitleScreenMixin"
- ]
-}