diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2023-01-18 09:30:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 23:30:28 +0100 |
commit | 1f4d6925020a26d0662c3fe90672f5d4c831682d (patch) | |
tree | 68cb2df2d7d7e61adc36a059d3efbf33c0f895a5 /src/main/resources | |
parent | 937e84822e298e3edbee4bb24775eb04f2770c4a (diff) | |
download | NotEnoughUpdates-1f4d6925020a26d0662c3fe90672f5d4c831682d.tar.gz NotEnoughUpdates-1f4d6925020a26d0662c3fe90672f5d4c831682d.tar.bz2 NotEnoughUpdates-1f4d6925020a26d0662c3fe90672f5d4c831682d.zip |
Fix npe spam when rendering a player model in a recipe (#557)
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 dbce787c..8877aed8 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -56,6 +56,7 @@ "MixinEntityChargedCreeper", "MixinGuiEditSign", "MixinGuiTextField", + "MixinLayerDeadmau5Head", "MixinThreadDownloadImageData", "MixinThreadDownloadImageDataThread" ] |