From fba8ecf8f06c03c36c8d4823fe5e5928bad98d32 Mon Sep 17 00:00:00 2001 From: ingle Date: Thu, 27 Oct 2022 17:49:49 -0500 Subject: + Added hide dungeon loot option = updated throttle notifier to have some more options --- src/main/resources/mixins.dulkirmod.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/mixins.dulkirmod.json') diff --git a/src/main/resources/mixins.dulkirmod.json b/src/main/resources/mixins.dulkirmod.json index 4921d12..6c35959 100644 --- a/src/main/resources/mixins.dulkirmod.json +++ b/src/main/resources/mixins.dulkirmod.json @@ -5,6 +5,7 @@ "refmap": "mixins.dulkirmod.refmap.json", "client": [ "ItemRendererMixin", + "MixinGuiContainer", "MixinRendererManager" ], "mixins": [ -- cgit