From 1f4d6925020a26d0662c3fe90672f5d4c831682d Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:30:28 +1100 Subject: Fix npe spam when rendering a player model in a recipe (#557) --- src/main/resources/mixins.notenoughupdates.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/mixins.notenoughupdates.json') 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" ] -- cgit