Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Changelog
This version brings Breaking Changes.
Reworked the Structure of the mod, some files changed location and need to be re-imported.
1.9.0
Added
Events
-
ModLoadedEvent
- Triggered during game startup when BlueLib is loaded.
- Called once for each mod found in the mods folder (excluding BlueLib itself).
- Provides detailed metadata for the respective mod.
-
AllModsLoadedEvent
- Triggered during startup after scanning all external mods (excluding BlueLib).
- Provides a list of all loaded mod metadata.
- Returns
null
if no other mods are loaded besides BlueLib.
-
VariantLoadedEvent
Called when a variant is loaded.- Pre (NeoForge) / ALLOW_VARIANT_TO_LOAD (Fabric)
Fired before loading the variant.
Can be cancelled to prevent loading. - Post (NeoForge) / POST (Fabric)
Fired after the variant has loaded.
Cannot be cancelled.
- Pre (NeoForge) / ALLOW_VARIANT_TO_LOAD (Fabric)
-
AllVariantsLoadedEvent
Called when all variants are loaded.- Pre (NeoForge) / ALLOW_ALL_VARIANTS_TO_LOAD (Fabric)
Fired before loading all variants.
Can be cancelled to prevent loading. - Post (NeoForge) / POST (Fabric)
Fired after all variants have loaded.
Cannot be cancelled.
- Pre (NeoForge) / ALLOW_ALL_VARIANTS_TO_LOAD (Fabric)
-
Added a Config Builder
- Due to NeoForge having their own Config System
- We decided to connect NeoForges build in Config System into our new Fabric Config System so even the Multi Loader only needs to make 1 Config System.
- We even made Server Only Config for Fabric
-
Added a Config for various systems, including Markdown.
Changed
- Reworked the entire Markdown Enabling/Disabling by migrating it to a Server Sided Config.
- Reworked the Markdown Prefix/Suffixes by migrating it to a Server Sided Config.
- Refactored a lot of the packages as preperations to 2.0
Deleted
- Removed the previously added EntityStateManager since it did not interact with Minecrafts system.
Files
Metadata
Release channel
ReleaseVersion number
1.9.0Loaders
Game versions
1.21–1.21.3Downloads
7Publication date
May 4, 2025 at 1:21 PMPublisher

MeAlam1
Co-Author