From 01e4c0dfb2a9726a9bf1c4d1a1fe28edbc3d094c Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sat, 28 May 2022 12:02:04 +0700 Subject: OC-32 OC-34 (#24) * OC-34 hypixel utils class (#21) * OC-26 Build Workflow * OC-26 oops * OC-33 some networking utils * OC-34 idk * OC-34 idk * OC-34 restructure hypixel utils * hypixelutils and multithreading implement more events remove vcal icon stuff * more javadocs Co-authored-by: Ethan --- src/main/resources/mixins.oneconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.oneconfig.json b/src/main/resources/mixins.oneconfig.json index f90b37c..86e61e1 100644 --- a/src/main/resources/mixins.oneconfig.json +++ b/src/main/resources/mixins.oneconfig.json @@ -11,6 +11,8 @@ "client": [ "GuiIngameForgeMixin", "MinecraftMixin", - "ShaderGroupAccessor" + "NetHandlerPlayClientMixin", + "ShaderGroupAccessor", + "WorldClientMixin" ] } \ No newline at end of file -- cgit