
MultiYggdrasil
A mod that can provide multiple Yggdrasil servers.
- Загрузки
- 2K
- Подписчики
- 4
- Обновлён
- 30 июня 2026 г.
- Лицензия
- AGPL-3.0-or-later
Опубликован 8 июля 2025 г.
Summary
MultiYggdrasil is a Forge | Fabric | NeoForge mod.
It allows you to set multiple Yggdrasil API sources, including the official and other external authentication servers.
Config design is inspired by MultiLogin,
and some codes are borrowed from authlib-injector under the AGPL-3.0 license.patchwork
Deploy
Same as other mods, there are only three steps:
- Download mod from CurseForge | Modrinth
- Throw it into
/mods - Launch the server
Configuration
A template:
# This config is located at config/multi-yggdrasil.ini
[SomeRandomMirror] # The name, can be set freely, has no impacts.
type = OFFICIAL # The type, now has 2 types, "OFFICIAL" and "BLESSING_SKIN".
authHost = https://a.random.mirror # |- The specific value of "OFFICIAL" type.
accountsHost = https://a.random.mirror # | Requirements in below.
sessionHost = https://a.random.mirror # |
servicesHost = https://a.random.mirror # |
profilesHost = https://a.random.mirror # |
ordinal = 0 # The ordinal, decided the order of use for this source
[MojangOfficial]
type = OFFICIAL # When using "OFFICIAL" type, there can be no host-like property,
ordinal = 1 # and it will use the official API.
[LittleSkin]
type = BLESSING_SKIN # ↙ The specific value of "BLESSING_SKIN" type.
apiRoot = https://littleskin.cn/api/yggdrasil/
ordinal = 2
The requirements of these host-like specific values for “OFFICIAL” type are depending on the MC version, see the table below:
| authlib | Minecraft | authHost | accountsHost | sessionHost | servicesHost | profilesHost |
|---|---|---|---|---|---|---|
| 1.5.25~1.6.25 | 1.14.4~1.16.3 | ✅ | ✅ | ✅ | ❌ | ❌ |
| 2.1.28~4.0.43 | 1.16.4~1.20.1 | ✅ | ✅ | ✅ | ✅ | ❌ |
| 5.0.47 | 1.20.2 | ❌ | ✅ | ✅ | ✅ | ❌ |
| 6.0.52~6.0.58 | 1.20.3~1.21.8 | ❌ | ❌ | ✅ | ✅ | ❌ |
| 7.0.61 | 1.21.9~1.21.11 | ❌ | ❌ | ✅ | ✅ | ✅ |
Version Supporting
| Minecraft | Forge | Fabric | NeoForge |
|---|---|---|---|
| 1.14.4- | ❌ | ❌ | ❌ |
| 1.14.4~1.20.1 | ✅ | ✅ | ❌ |
| 1.20.1~1.20.6 | ✅ | ✅ | ✅ |
| 1.21.1~1.21.11 | ❌ | ✅ | ✅ |
Ченджлог
1.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 3 апреля 2026 г.
What's new
- Fixed the issue of being unable to login the server
新更改
- 修复了无法进入服务器的问题
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-7.x...1.1.1-authlib-7.x
1.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 3 апреля 2026 г.
What's new
- Fixed the issue of being unable to login the server
新更改
- 修复了无法进入服务器的问题
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-7.x...1.1.1-authlib-7.x
1.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 3 апреля 2026 г.
What's new
- Fixed the issue of being unable to login the server
新更改
- 修复了无法进入服务器的问题
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-7.x...1.1.1-authlib-7.x
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 апреля 2026 г.
What's new
- Supported 1.21.9-1.21.11 (Sorry for not supporting 26.1(.1). There's a technical issue that I can't solve)
新更改
- 支持了 1.21.9-1.21.11(抱歉没有支持 26.1(.1),有一个技术问题我无法解决)
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-6.x...1.1.0-authlib-7.x
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 апреля 2026 г.
What's new
- Supported 1.21.9-1.21.11 (Sorry for not supporting 26.1(.1). There's a technical issue that I can't solve)
新更改
- 支持了 1.21.9-1.21.11(抱歉没有支持 26.1(.1),有一个技术问题我无法解决)
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-6.x...1.1.0-authlib-7.x
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 апреля 2026 г.
What's new
- Supported 1.21.9-1.21.11 (Sorry for not supporting 26.1(.1). There's a technical issue that I can't solve)
新更改
- 支持了 1.21.9-1.21.11(抱歉没有支持 26.1(.1),有一个技术问题我无法解决)
Full Changelog: https://github.com/QiuShui1012/MultiYggdrasil/compare/1.1.0-authlib-6.x...1.1.0-authlib-7.x
1.1.0Релиз1.20, 1.20.1 · 25 марта 2026 г.
1.1.0Релиз1.18, 1.18.1, 1.18.2 · 25 марта 2026 г.
Комментарии
Загружаем…