
AlphaSkins
Enables transparency rendering on skins again
Обновлён 18 июня 2026 г. · опубликован 26 декабря 2021 г.
A long while ago Mojang removed the ability for the client to render skin's alpha channel. This broke skins that used transparency in an artistic manner.
This mod aims to reintroduce that functionality. Using mixins it turns off the code that strips the alpha channel from the skin upon rendering.
This mod doesn't make it so other people see your transparent skins. This only affects your client's rendering.
Original mixin for Fabric was found here, I just used the info found in it to port this mixin to Forge as well as added a few more to make the transparency seamless as if it was made first party.
Essentially this mod adds 3 mixins. The first one is disabling the alpha and color stripping for the skin downloading class. This class normally will set the alpha to be 0 making nothing transparent. The second mixin is a variant of the same mixin just for a SkinProcessor class, which only seems to be used for Realms-related stuff.
The third mixin patches the FirstPersonRenderer class and makes the hand respect transparency. Normally it's rendered without any care to the alpha channel but using head injection I was able to override that.
Note: I do not make any money off this link. It's fully non-monetized.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 5.1.0+26.2-fabric | Релиз | 26.2 | fabric | 18 июня 2026 г. | Скачать (4 КБ) |
| 5.1.0+26.2-neoforge | Релиз | 26.2 | neoforge | 18 июня 2026 г. | Скачать (5 КБ) |
| 5.0.0+1.21.8-fabric | Релиз | 1.21.8 | fabric | 3 мая 2026 г. | Скачать (4 КБ) |
| 5.0.0+26.1.2-fabric | Релиз | 26.1.2 | fabric | 3 мая 2026 г. | Скачать (4 КБ) |
| 5.0.0+1.21.8-neoforge | Релиз | 1.21.8 | neoforge | 3 мая 2026 г. | Скачать (5 КБ) |
| 5.0.0+1.21.11-fabric | Релиз | 1.21.11 | fabric | 3 мая 2026 г. | Скачать (4 КБ) |
| 5.0.0+26.1.2-neoforge | Релиз | 26.1.2 | neoforge | 3 мая 2026 г. | Скачать (5 КБ) |
| 5.0.0+1.21.4-neoforge | Релиз | 1.21.4 | neoforge | 3 мая 2026 г. | Скачать (5 КБ) |
| 5.0.0+1.21.11-neoforge | Релиз | 1.21.11 | neoforge | 3 мая 2026 г. | Скачать (5 КБ) |
| 5.0.0+1.21.4-fabric | Релиз | 1.21.4 | fabric | 3 мая 2026 г. | Скачать (4 КБ) |
| 1.21-1.0.0 | Релиз | 1.21.4 | fabric | 16 января 2025 г. | Скачать (5 КБ) |
| 1.20-1.0.0 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | fabric | 22 декабря 2024 г. | Скачать (6 КБ) |
| 1.21-4.2.0 | Релиз | 1.21.4 | neoforge | 22 декабря 2024 г. | Скачать (8 КБ) |
| 1.21-4.1.0 | Релиз | 1.21.2, 1.21.3 | neoforge | 22 декабря 2024 г. | Скачать (8 КБ) |
| 1.21-4.0.0 | Релиз | 1.21, 1.21.1 | neoforge | 22 декабря 2024 г. | Скачать (7 КБ) |
Показаны последние 15 из 22 версий.
Ченджлог
1.21-4.2.0Релиз1.21.4 · 22 декабря 2024 г.
Update to 1.21.4
1.21-4.1.0Релиз1.21.2, 1.21.3 · 22 декабря 2024 г.
Update to 1.21.2 through 1.21.3
1.21-4.0.0Релиз1.21, 1.21.1 · 22 декабря 2024 г.
Updated for 1.21 through 1.21.1
1.20-3.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 11 июня 2023 г.
Update to 1.20
3.0.0Релиз1.19.2, 1.19.3, 1.19.4 · 26 июня 2022 г.
Updated to 1.19.X
2.0.0Релиз1.18.2 · 26 июня 2022 г.
Updated to 1.18.2
1.17.1-1.1.0Релиз1.17.1 · 27 декабря 2021 г.
Changed overwrite to head injection
1.16.5-1.1.0Релиз1.16.5 · 27 декабря 2021 г.
Swapping overwrite to head injection
Комментарии
Загружаем…