From 2bb0bc909c95dd534b404f21e17b7985ce97777c Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Thu, 13 Jul 2023 12:46:40 +0200 Subject: changed the item highlighter for the hub. did some other small changes as well --- src/main/resources/modid.mixins.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/modid.mixins.json b/src/main/resources/modid.mixins.json index 50a63d3..62ccbf4 100644 --- a/src/main/resources/modid.mixins.json +++ b/src/main/resources/modid.mixins.json @@ -9,6 +9,7 @@ ], "client": [ "SimpleOptionMixin", + "renderItemMixin", "ClientCommandSourceMixin"], "injectors": { "defaultRequire": 1 -- cgit