diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-08 17:44:27 +1100 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-08 17:44:27 +1100 |
commit | 07403ec86c53f67b94d988b4c01a0afc2fdb2810 (patch) | |
tree | fba4b3c37b02c42267e03a07453d3941c98fd66d /src/main/resources/mixins.notenoughupdates.json | |
parent | fc4143dd3c892b11ae5f427fcecc22044ff98460 (diff) | |
parent | ec0660e41145d3d9ed479b3e697afddf8ddc8c4c (diff) | |
download | NotEnoughUpdates-07403ec86c53f67b94d988b4c01a0afc2fdb2810.tar.gz NotEnoughUpdates-07403ec86c53f67b94d988b4c01a0afc2fdb2810.tar.bz2 NotEnoughUpdates-07403ec86c53f67b94d988b4c01a0afc2fdb2810.zip |
uh yeah its pretty necessary guys
Diffstat (limited to 'src/main/resources/mixins.notenoughupdates.json')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 49e37916..a90fbb8d 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -5,6 +5,18 @@ "mixins": [ "MixinItemStack", "MixinInventoryEffectRenderer", - "MixinGuiIngame" + "MixinGuiIngame", + "MixinRenderItem", + "MixinEntityRenderer", + "MixinRenderGlobal", + "MixinNetHandlerPlayClient", + "MixinGuiChest", + "MixinGuiContainer", + "MixinVboRenderList", + "MixinRenderList", + "MixinEntityPlayer", + "MixinTileEntitySpecialRenderer", + "MixinRender", + "MixinRenderFish" ] }
\ No newline at end of file |