diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2023-01-11 19:25:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 19:25:38 +0100 |
commit | 378c22c7cd98fba1f1bf1c2dd53f560deca29619 (patch) | |
tree | 2e404f707cb161ff51ebf4f9525409f4126c6a0c /src/main/resources/mixins.notenoughupdates.json | |
parent | c6e0f61c412adc1927ccff21d3e58f83808de215 (diff) | |
download | NotEnoughUpdates-378c22c7cd98fba1f1bf1c2dd53f560deca29619.tar.gz NotEnoughUpdates-378c22c7cd98fba1f1bf1c2dd53f560deca29619.tar.bz2 NotEnoughUpdates-378c22c7cd98fba1f1bf1c2dd53f560deca29619.zip |
Fix skin downloads on some older java versions (#537)
Diffstat (limited to 'src/main/resources/mixins.notenoughupdates.json')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 028a9e65..d080d7f5 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -54,6 +54,8 @@ "AccessorMinecraft", "MixinEntityChargedCreeper", "MixinGuiEditSign", - "MixinGuiTextField" + "MixinGuiTextField", + "MixinThreadDownloadImageData", + "MixinThreadDownloadImageDataThread" ] } |