diff options
author | isxander <xander@isxander.dev> | 2024-04-11 18:43:06 +0100 |
---|---|---|
committer | isxander <xander@isxander.dev> | 2024-04-11 18:43:06 +0100 |
commit | 04fe933f4c24817100f3101f088accf55a621f8a (patch) | |
tree | feff94ca3ab4484160e69a24f4ee38522381950e /test-fabric/src/main/resources | |
parent | 831b894fdb7fe3e173d81387c8f6a2402b8ccfa9 (diff) | |
download | YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.gz YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.bz2 YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.zip |
Extremely fragile and broken multiversion build with stonecutter
Diffstat (limited to 'test-fabric/src/main/resources')
-rw-r--r-- | test-fabric/src/main/resources/fabric.mod.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test-fabric/src/main/resources/fabric.mod.json b/test-fabric/src/main/resources/fabric.mod.json deleted file mode 100644 index 83560f8..0000000 --- a/test-fabric/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "schemaVersion": 1, - "id": "yacl_test", - "version": "1", - "name": "YACL Test", - "license": "LGPL-3.0-or-later", - "environment": "*", - "entrypoints": { - "modmenu": [ - "dev.isxander.yacl3.test.fabric.ModMenuEntrypoint" - ] - }, - "mixins": [ - "yacl-test.mixins.json" - ] -} |