From 1527eeccd5608ce1bee91336ef3b1185529ba67f Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Thu, 17 Feb 2022 13:33:43 +0200 Subject: Re-added Broken Paths Will now notify in the logs when encountering a broken path. --- src/main/resources/citresewn.mixins.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/citresewn.mixins.json b/src/main/resources/citresewn.mixins.json index 394941e..31b8216 100644 --- a/src/main/resources/citresewn.mixins.json +++ b/src/main/resources/citresewn.mixins.json @@ -2,6 +2,7 @@ "required": true, "minVersion": "0.8", "package": "shcm.shsupercm.fabric.citresewn.mixin", + "plugin": "shcm.shsupercm.fabric.citresewn.config.CITResewnMixinConfiguration", "compatibilityLevel": "JAVA_17", "injectors": { "defaultRequire": 1 -- cgit