diff options
author | isxander <xander@isxander.dev> | 2023-12-08 19:59:09 +0000 |
---|---|---|
committer | isxander <xander@isxander.dev> | 2023-12-08 19:59:09 +0000 |
commit | 450dbad49b72b37cdeef9b1358a59da1d66076c9 (patch) | |
tree | f2d99e7740b96d9660c405a2f92c2f7342751971 /fabric/src/main/resources | |
parent | f54989903c4697fe14bdc6f1998f4a88757cdd0c (diff) | |
download | YetAnotherConfigLib-450dbad49b72b37cdeef9b1358a59da1d66076c9.tar.gz YetAnotherConfigLib-450dbad49b72b37cdeef9b1358a59da1d66076c9.tar.bz2 YetAnotherConfigLib-450dbad49b72b37cdeef9b1358a59da1d66076c9.zip |
extreme image preloading hackery
Diffstat (limited to 'fabric/src/main/resources')
-rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f2979ff..7f74e56 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -25,6 +25,11 @@ "yacl.mixins.json", "yacl-fabric.mixins.json" ], + "entrypoints": { + "client": [ + "dev.isxander.yacl3.platform.fabric.YACLFabricEntrypoint" + ] + }, "custom": { "modmenu": { "badges": ["library"] |