diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-18 21:01:11 +1100 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-18 21:01:11 +1100 |
commit | a0402708801b525145d01d0f4da17f0ba9d93455 (patch) | |
tree | ce0b58df707388449558073df3aa9492efaf8978 /src/main/resources/mixins.notenoughupdates.json | |
parent | 275fe45caa8eb1048914d864aafae21f3f3a1157 (diff) | |
download | NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.tar.gz NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.tar.bz2 NotEnoughUpdates-a0402708801b525145d01d0f4da17f0ba9d93455.zip |
1.4
Diffstat (limited to 'src/main/resources/mixins.notenoughupdates.json')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 1ef9ee69..cedde696 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -11,6 +11,11 @@ "MixinRenderGlobal", "MixinNetHandlerPlayClient", "MixinGuiChest", - "MixinGuiContainer" + "MixinGuiContainer", + "MixinVboRenderList", + "MixinRenderList", + "MixinEntityPlayer", + "MixinTileEntitySpecialRenderer", + "MixinRenderBat" ] }
\ No newline at end of file |