diff options
author | isXander <xander@isxander.dev> | 2024-04-15 22:55:36 +0100 |
---|---|---|
committer | isXander <xander@isxander.dev> | 2024-04-15 22:55:36 +0100 |
commit | efef951900e266da519d96b74922653900ef20dc (patch) | |
tree | 46c37b8371e9ddf000fa6fabf1c6c6cd502a59bf | |
parent | e0a8172218495fa7fc017f37e1f8bf7c147ad6e9 (diff) | |
download | YetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.tar.gz YetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.tar.bz2 YetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.zip |
Fix missing AW in FMJ
-rw-r--r-- | src/main/resources/fabric.mod.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bc49bd9..5123e2e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,6 +25,7 @@ "yacl.mixins.json", "yacl-fabric.mixins.json" ], + "accessWidener": "yacl.accesswidener", "entrypoints": { "client": [ "dev.isxander.yacl3.platform.PlatformEntrypoint" |