diff options
author | ingle <inglettronald@gmail.com> | 2022-10-27 17:49:49 -0500 |
---|---|---|
committer | ingle <inglettronald@gmail.com> | 2022-10-27 17:49:49 -0500 |
commit | fba8ecf8f06c03c36c8d4823fe5e5928bad98d32 (patch) | |
tree | 9983636402355e7e32f294c5e25b01471173e96c /src/main/resources | |
parent | d2eb0ada9182f9cd507cd32b74cb72f62355acaa (diff) | |
download | DulkirMod-fba8ecf8f06c03c36c8d4823fe5e5928bad98d32.tar.gz DulkirMod-fba8ecf8f06c03c36c8d4823fe5e5928bad98d32.tar.bz2 DulkirMod-fba8ecf8f06c03c36c8d4823fe5e5928bad98d32.zip |
+ Added hide dungeon loot option
= updated throttle notifier to have some more options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.dulkirmod.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ |