From 3e36feeef60e56ef8cb7f737ac8eeab9fbcd6abb Mon Sep 17 00:00:00 2001 From: isXander Date: Sat, 3 Jun 2023 23:10:03 +0100 Subject: Change package and modid to yacl3 and yet_another_config_lib_3 respectively --- common/src/main/resources/yacl.mixins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/main/resources/yacl.mixins.json') diff --git a/common/src/main/resources/yacl.mixins.json b/common/src/main/resources/yacl.mixins.json index 71d69ca..3b67b21 100644 --- a/common/src/main/resources/yacl.mixins.json +++ b/common/src/main/resources/yacl.mixins.json @@ -1,6 +1,6 @@ { "required": true, - "package": "dev.isxander.yacl.mixin", + "package": "dev.isxander.yacl3.mixin", "compatibilityLevel": "JAVA_17", "injectors": { "defaultRequire": 1 -- cgit