Перейти к содержимому
Mineforgian

AlphaSkins

Enables transparency rendering on skins again

61K загрузок41 подписчиковLGPL-3.0-onlyfabricforgeneoforge

Обновлён 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.

Partner link for Nodecraft Note: I do not make any money off this link. It's fully non-monetized.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
5.1.0+26.2-fabricРелиз26.2fabric18 июня 2026 г.Скачать (4 КБ)
5.1.0+26.2-neoforgeРелиз26.2neoforge18 июня 2026 г.Скачать (5 КБ)
5.0.0+1.21.8-fabricРелиз1.21.8fabric3 мая 2026 г.Скачать (4 КБ)
5.0.0+26.1.2-fabricРелиз26.1.2fabric3 мая 2026 г.Скачать (4 КБ)
5.0.0+1.21.8-neoforgeРелиз1.21.8neoforge3 мая 2026 г.Скачать (5 КБ)
5.0.0+1.21.11-fabricРелиз1.21.11fabric3 мая 2026 г.Скачать (4 КБ)
5.0.0+26.1.2-neoforgeРелиз26.1.2neoforge3 мая 2026 г.Скачать (5 КБ)
5.0.0+1.21.4-neoforgeРелиз1.21.4neoforge3 мая 2026 г.Скачать (5 КБ)
5.0.0+1.21.11-neoforgeРелиз1.21.11neoforge3 мая 2026 г.Скачать (5 КБ)
5.0.0+1.21.4-fabricРелиз1.21.4fabric3 мая 2026 г.Скачать (4 КБ)
1.21-1.0.0Релиз1.21.4fabric16 января 2025 г.Скачать (5 КБ)
1.20-1.0.0Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric22 декабря 2024 г.Скачать (6 КБ)
1.21-4.2.0Релиз1.21.4neoforge22 декабря 2024 г.Скачать (8 КБ)
1.21-4.1.0Релиз1.21.2, 1.21.3neoforge22 декабря 2024 г.Скачать (8 КБ)
1.21-4.0.0Релиз1.21, 1.21.1neoforge22 декабря 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

Комментарии

Загружаем…