diff options
author | isXander <xandersmith2008@gmail.com> | 2022-11-12 11:05:16 +0000 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2022-11-12 11:05:16 +0000 |
commit | 558b120e2d4924a84860c3f84415ab573040a293 (patch) | |
tree | d1a6cf8508d2aadf5b1a22f663c3d4fb7867fdd2 /src/testmod/resources | |
parent | fe404957974b127363e95aa27c4745afc91760aa (diff) | |
download | YetAnotherConfigLib-558b120e2d4924a84860c3f84415ab573040a293.tar.gz YetAnotherConfigLib-558b120e2d4924a84860c3f84415ab573040a293.tar.bz2 YetAnotherConfigLib-558b120e2d4924a84860c3f84415ab573040a293.zip |
REAL config library
Diffstat (limited to 'src/testmod/resources')
-rw-r--r-- | src/testmod/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testmod/resources/fabric.mod.json b/src/testmod/resources/fabric.mod.json index 333adc3..1360a5e 100644 --- a/src/testmod/resources/fabric.mod.json +++ b/src/testmod/resources/fabric.mod.json @@ -9,6 +9,9 @@ "license": "LGPL-3.0-or-later", "environment": "client", "entrypoints": { + "client": [ + "dev.isxander.yacl.test.config.Entrypoint" + ], "modmenu": [ "dev.isxander.yacl.test.ModMenuIntegration" ] |