Tags
Creators
Details
5.0.0-beta.2+fabric-1.21.11
Compatibility
Required content
Changes
This is a minor update that has one primary goal in mind - notify as many people about Hytale arbitration as possible. It has no other functional purpose, so it is not necessary to update to this version.
While this may possibly be bothersome for some, please note that this PSA is of much greater urgency. Getting a lot of people to opt-out of arbitration within a limited time window for an upcoming hyped-up game far outweighs any mild one-time annoyance it may cause for others. However a new config setting was added to give you control over this behavior.

Changelog
- Added client-sided one-time PSA chat message about Hytale. It only shows up once, and completely stops showing starting from February 2026.
- Added config setting
client-allowChatPsaMessages
For modpack developers
The new client-allowChatPsaMessages config setting is there for you in the event you do not wish to allow this mod to display any PSA messages in chat.
To configure it, go to Pause screen > Statistics > File > Settings > Allow chat PSA messages (tick or untick that checkbox).
API changelog
More restructuring surrounding regarding "mcbs" stuff - this time regarding IO APIs.
Missing features
The two missing features are still missing. To reimplement statistics sharing, I need to re-implement the networking code. This work is currently being done in TCDCommons API. It's a slow work in progress.
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:n6PXGAoM:SD63EMj0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:SD63EMj0"
}



