Tags
Creators
Details
0.4.10+1.20.4-fabric
Compatibility
Changes
This version of World Host will be the last version to support 1.16.x versions of the game. Not too many people use it on these versions, and it takes a lot of effort to support them. From now on, I will be gradually dropping version support until I support only the latest and previous content versions of the game.
- Fix an icons issue on some game versions
- Update Russian translations (thanks to Felix14_v2)
- Improve update checking
- Fix a crash with Sinytra Connector
- Fix crashes on certain versions of the game
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| world-host-0.4.10+1.20.4-fabric-sources.jar | Unknown | 163.44 KiB |
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:2AIZDfYo:4T6rpvpc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2AIZDfYo:4T6rpvpc"
}

