From d2b67633c1d3ca0c46682b05955dafafd3597f1d Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 24 Sep 2023 15:48:15 +0100 Subject: 1.20.2 --- test-common/src/main/resources/yacl-test.mixins.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test-common/src/main/resources/yacl-test.mixins.json (limited to 'test-common/src/main/resources') diff --git a/test-common/src/main/resources/yacl-test.mixins.json b/test-common/src/main/resources/yacl-test.mixins.json new file mode 100644 index 0000000..c7f9a71 --- /dev/null +++ b/test-common/src/main/resources/yacl-test.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "dev.isxander.yacl3.test.mixin", + "compatibilityLevel": "JAVA_17", + "injectors": { + "defaultRequire": 1 + }, + "client": [ + "TitleScreenMixin" + ] +} -- cgit