aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/yet-another-config-lib.client.mixins.json
diff options
context:
space:
mode:
authorXander <xander@isxander.dev>2023-04-25 16:28:41 +0100
committerGitHub <noreply@github.com>2023-04-25 16:28:41 +0100
commit13c7ba45ff201423eb8dba8a40cfb66ebb531439 (patch)
tree1e799aa9da11fbc0833bc6b7c6e6799633c2ec50 /src/client/resources/yet-another-config-lib.client.mixins.json
parent8ba7196ae990fe9aa98680aba1b387e385fff99c (diff)
downloadYetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.tar.gz
YetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.tar.bz2
YetAnotherConfigLib-13c7ba45ff201423eb8dba8a40cfb66ebb531439.zip
Architectury! (#61)
Diffstat (limited to 'src/client/resources/yet-another-config-lib.client.mixins.json')
-rw-r--r--src/client/resources/yet-another-config-lib.client.mixins.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/client/resources/yet-another-config-lib.client.mixins.json b/src/client/resources/yet-another-config-lib.client.mixins.json
deleted file mode 100644
index 69c0f25..0000000
--- a/src/client/resources/yet-another-config-lib.client.mixins.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "required": true,
- "package": "dev.isxander.yacl.mixin.client",
- "compatibilityLevel": "JAVA_17",
- "injectors": {
- "defaultRequire": 1
- },
- "client": [
- "OptionInstanceAccessor"
- ],
- "mixins": [
- "AbstractSelectionListMixin"
- ]
-}