diff options
| author | isXander <xandersmith2008@gmail.com> | 2022-11-27 18:21:57 +0000 |
|---|---|---|
| committer | isXander <xandersmith2008@gmail.com> | 2022-11-27 18:21:57 +0000 |
| commit | 5e7479e78f90e344e914aeac1297002fc274f32d (patch) | |
| tree | eb3d19d5485edad55deb0d12ad1a4489c1f3a90d /src/main/resources | |
| parent | d163b9128d760e53e34fd6c08dbf782fa3d50c51 (diff) | |
| download | YetAnotherConfigLib-5e7479e78f90e344e914aeac1297002fc274f32d.tar.gz YetAnotherConfigLib-5e7479e78f90e344e914aeac1297002fc274f32d.tar.bz2 YetAnotherConfigLib-5e7479e78f90e344e914aeac1297002fc274f32d.zip | |
fix logger on config api and allow all envs
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0bd51c5..90889a0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ }, "icon": "yacl-128x.png", "license": "LGPL-3.0-or-later", - "environment": "client", + "environment": "*", "entrypoints": { }, |
