diff options
| author | isXander <xandersmith2008@gmail.com> | 2022-11-27 18:17:36 +0000 |
|---|---|---|
| committer | isXander <xandersmith2008@gmail.com> | 2022-11-27 18:17:36 +0000 |
| commit | d163b9128d760e53e34fd6c08dbf782fa3d50c51 (patch) | |
| tree | b9ea79bb99bf52ea7de9d059cc05900270ff88d4 /src/client/resources | |
| parent | c26d3a89caae20f1a91898202d91de8dc90da5ad (diff) | |
| download | YetAnotherConfigLib-d163b9128d760e53e34fd6c08dbf782fa3d50c51.tar.gz YetAnotherConfigLib-d163b9128d760e53e34fd6c08dbf782fa3d50c51.tar.bz2 YetAnotherConfigLib-d163b9128d760e53e34fd6c08dbf782fa3d50c51.zip | |
split sourcesets
Diffstat (limited to 'src/client/resources')
| -rw-r--r-- | src/client/resources/yet-another-config-lib.client.mixins.json | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000..2367a67 --- /dev/null +++ b/src/client/resources/yet-another-config-lib.client.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "dev.isxander.yacl.mixin.client", + "compatibilityLevel": "JAVA_17", + "injectors": { + "defaultRequire": 1 + }, + "client": [ + "SimpleOptionAccessor" + ] +} |
