2.6.0+b1.4_01-modloader
Compatibility
Required content
Changes
CraftPresence Changes
v2.6.0 (05/08/2025)
A Detailed Changelog from the last release is available here
See the Mod Description or README for more info regarding the mod.
Changes
- (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
- Spotless (
7.0.2->7.0.3) - UniLib (
1.0.6->1.1.0) - Lenni Reflect (
1.4.0->1.5.0) - Fabric Loader (
0.16.13->0.16.14)
- Spotless (
- UniLib Base Requirement increased from
1.0.1to1.1.0DynamicSelectorGuino longer requires any entries in the entry list- Several API fixes for
FileUtils(findClassandloadClass)
- Removed template data from the config settings, and related limitations
PresenceData#buttons#defaultdisplaySettings.dynamicIcons#defaultdisplaySettings.dynamicVariables#default
- Removed the
useClassLoadersetting fromAdvancedoptions in the config- This has been replaced with a revised implementation in
UniLibandUniCore
- This has been replaced with a revised implementation in
- Significantly Improved
ReplayModintegration reliability- Also added
data.variants ofreplaymod.time.currentandreplaymod.time.remaining
- Also added
- Added support for placeholder parsing for module icons (
.iconplaceholders in modules) - Updated Translations
Fixes
- Fixed ReplayMod not adding new defaults to the
GUIconfig, when creating a new config file - Fixed ClassGraph functions not working on initial launch if config settings matched internal settings
- Fixed potential inaccuracies in Dimension and Biome module updates
- Fixed missing SimpleRPC migration for
{{player.uuid}}migration - (Backend) Fixed some NPEs related to
DiscordUtils#getOverrideText
More Information
Known Issues
Despite configuration compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.
Please refer to the Mod Description or README to view more info relating to known issues.
Snapshot Build Info
Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.
Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.
Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted
as so if this is the case with the -Staging label.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:DFqQfIBR:QBcDltLr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DFqQfIBR:QBcDltLr"
}


