From 14e98e2fcbbd6aa23d3e81cbe21716ead18a6921 Mon Sep 17 00:00:00 2001 From: Jacob Farley Date: Fri, 4 Sep 2020 10:25:09 -0500 Subject: [PATCH] Add AW to fabric.mod.json --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index afd96ca1c..93d36fac4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,5 +32,6 @@ "mixins": [ { "config": "computercraft.client.json", "environment": "client" }, "computercraft.common.json" - ] + ], + "accessWidener" : "computercraft.accesswidener" }