diff options
author | DoKM <mcazzyman@gmail.com> | 2021-08-18 20:41:41 +0200 |
---|---|---|
committer | DoKM <mcazzyman@gmail.com> | 2021-08-18 20:41:41 +0200 |
commit | f1e34bb4c6add9a371f4017f404635133d61d496 (patch) | |
tree | 0f10dfef28c2397df021f6311be54d1bffee7b09 /src/main/resources/mixins.notenoughupdates.json | |
parent | bb9ff71de7f7db3e45e47a6b79a9e4419e0bc630 (diff) | |
download | NotEnoughUpdates-f1e34bb4c6add9a371f4017f404635133d61d496.tar.gz NotEnoughUpdates-f1e34bb4c6add9a371f4017f404635133d61d496.tar.bz2 NotEnoughUpdates-f1e34bb4c6add9a371f4017f404635133d61d496.zip |
disable mixin for loadingscreenrenderer
as the feature it was made for was never implemented
Diffstat (limited to 'src/main/resources/mixins.notenoughupdates.json')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index f82f6311..bec344ec 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -22,7 +22,7 @@ "MixinItemStack", "MixinLayerArmorBase", "MixinLayerCustomHead", - "MixinLoadingScreenRenderer", + "MixinMouseHelper", "MixinNetHandlerPlayClient", "MixinPlayerControllerMP", |