aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2022-11-12 11:05:16 +0000
committerisXander <xandersmith2008@gmail.com>2022-11-12 11:05:16 +0000
commit558b120e2d4924a84860c3f84415ab573040a293 (patch)
treed1a6cf8508d2aadf5b1a22f663c3d4fb7867fdd2 /src/testmod/resources
parentfe404957974b127363e95aa27c4745afc91760aa (diff)
downloadYetAnotherConfigLib-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.json3
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"
]