From 99a48a65628c8b1148548b4068b003da22fe423c Mon Sep 17 00:00:00 2001 From: Username404 Date: Mon, 28 Jun 2021 11:32:45 +0200 Subject: [PATCH] Specify the refmap manually in the common mixins json file --- common/src/main/resources/snowygui-mixins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/snowygui-mixins.json b/common/src/main/resources/snowygui-mixins.json index 1fe9d0c..d89de99 100644 --- a/common/src/main/resources/snowygui-mixins.json +++ b/common/src/main/resources/snowygui-mixins.json @@ -12,5 +12,6 @@ "injectors": { "defaultRequire": 1 }, - "minVersion": "0.8" + "minVersion": "0.8", + "refmap": "snowygui-common-refmap.json" } \ No newline at end of file