aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisXander <xander@isxander.dev>2024-04-15 22:55:36 +0100
committerisXander <xander@isxander.dev>2024-04-15 22:55:36 +0100
commitefef951900e266da519d96b74922653900ef20dc (patch)
tree46c37b8371e9ddf000fa6fabf1c6c6cd502a59bf
parente0a8172218495fa7fc017f37e1f8bf7c147ad6e9 (diff)
downloadYetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.tar.gz
YetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.tar.bz2
YetAnotherConfigLib-efef951900e266da519d96b74922653900ef20dc.zip
Fix missing AW in FMJ
-rw-r--r--src/main/resources/fabric.mod.json1
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"