Mod
MultiYggdrasil
No reviews yet
A mod that can provide multiple Yggdrasil servers.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
MultiYggdrasil
简体中文 | English
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.19.4 | ✅ | ✅ | ❌ |
| 1.20.1~26.1 | ✅ | ✅ | ✅ |
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 | ❌ | ✅ | ✅ |
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers