diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2023-03-14 02:30:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 16:30:28 +0100 |
commit | d249bbdc8e99bfdab81aa6b215e70c4f21def91e (patch) | |
tree | 01f9e57b9e2b46dd9bd345569cb882cc8db974e4 /src/main/resources | |
parent | 1bd7d5b87d62045a53ff6f3ea1b66cf71266610f (diff) | |
download | NotEnoughUpdates-d249bbdc8e99bfdab81aa6b215e70c4f21def91e.tar.gz NotEnoughUpdates-d249bbdc8e99bfdab81aa6b215e70c4f21def91e.tar.bz2 NotEnoughUpdates-d249bbdc8e99bfdab81aa6b215e70c4f21def91e.zip |
Added option to disable cit while in the storage overlay for fps (#656)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 279d5cef..16b473fc 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -37,6 +37,7 @@ "MixinMinecraft", "MixinMouseHelper", "MixinNetHandlerPlayClient", + "MixinOptifineCustomItems", "MixinOFDynamicLights", "MixinPlayerControllerMP", "MixinRender", |