From efef951900e266da519d96b74922653900ef20dc Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 15 Apr 2024 22:55:36 +0100 Subject: Fix missing AW in FMJ --- src/main/resources/fabric.mod.json | 1 + 1 file changed, 1 insertion(+) 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" -- cgit