Tags
Creators
Details
v1.3
Compatibility
Required content
Changes
Changes
- Updated to Minecraft 1.19.4
- Added configuration options! (Note that now Mod Menu and Cloth Config API are required mods.)
- Added automagically updating splash text! If an MCC event is near, expect to see splash text referencing the date and players.
- Hungarian Translation by @kispintyi (Note only currently translates the main join button)
- Added Mods button to Title Screen
Configuration Options
You can access the configuration options from the Mod Menu either from the pause menu or the title screen. Click on Island Menu in the mod list and there should be a config button in the upper right.
- Team to Support: Usually the splash text randomly picks a team, setting this always picks the configured team.
- Customize the Join button with custom text and server information.
- Override the theme to any available theme. (Requires restarting the game.)
- Override the splash text to whatever you want!
- There are also additional developer options related to the MCC API, most people shouldn't need to edit those settings.
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:T1u6xFhH:hjg43EpZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T1u6xFhH:hjg43EpZ"
}



