Tags
Creators
Details
1.0.2-alpha
Compatibility
Changes
We've added a mod configuration page (accessible in-game), and included some options for specific user groups.
-
Added an option to replace the main menu video with a static image: On some computers, the main menu may appear completely black because Watermedia Mod cannot render the intended video. This option can replace the video with a static image of the corresponding theme. If your computer cannot render the main menu video correctly, you can choose to enable this option.
-
Added control over the hijacking of the Minecraft window title bar: Now you can choose whether the hijacking of the game window title bar only applies to the main menu or applies globally (it's a minor, optional feature).
We've added more greeting messages. From now on, a corresponding greeting message will appear on the Mod page and the Minecraft title bar for each holiday(we've only added some major holidays so far).
We've optimized some details and fixed several bugs.
We plan to add a preloading feature in the next version, all in an effort to optimize the visual experience.
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:Hw7CAZMm:ai279jx6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hw7CAZMm:ai279jx6"
}

