Links
Tags
Creators
Details
All versions
mc1.21.2+mc1.21.3-1.4.0
Release
mc1.21.2+mc1.21.3-1.4.08 months ago 29
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client-side
Changes
1.4.0
- 对 Replay Mod 的特别支持:在新标题屏幕上显示 Replay Mod 的按钮~
- 从多人游戏意外断开连接后,现在支持自动重新连接~
- 典型适用情境:需要长期挂机但服务器不稳定
1.4.0
- Special support for Replay Mod: Display Replay Mod button on the new title screen~
- Now supports automatic reconnection after unexpected disconnection from multiplayer games~
- Typical use case: When you need to AFK for a long time but the server is unstable
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fanwindow-mc1.21.2+mc1.21.3-1.4.0-sources.jar | Unknown | 12.27 MiB |
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:CaEMTaH5:wZ5DOegF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaEMTaH5:wZ5DOegF"
}

