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" }