Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last year
All versions
0.4.0+1.17.1-forge
Release
[Forge 1.17.1] World Host 0.4.03 years ago 101
Compatibility
Minecraft: Java Edition
1.17.1
Platform
Forge
Supported environments
Client-side
Changes
Oh boy. This is a big one. Well, let's get into it.
NOTE: Forge 1.20 does not exist yet, due to an unforseen build issue.
- A brand-new toast system was added! This one is a lot cleaner, and, most notably, clickable.
- When your World Host version is outdated, it will let you know (can be disabled).
- If you try to join a World Host IP with Direct Connect, World Host will automatically attempt to find an optimal way to connect.
- It will no longer constantly attempt reconnects to the World Host server. Instead, a backoff will be applied.
- You can now move the online status to other places on the screen! Support is also added for Main Menu Credits. The huge ugly gap on the lower-right of the Forge title screen is also no longer there.
- Java 17 is no longer required on 1.17.1 and older versions of the game.
- Support for Minecraft 1.17.1 was added.
- Support for Minecraft 1.20 was added (only Fabric and Quilt for now).
- Add better support for offline mode. You can now add friends directly via UUID. If you prefix a friend name with
o:, they will be added as an offline mode friend. - German translations were added (credit to EnZaXD on GitHub).
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| World Host-0.4.0+1.17.1-forge-sources-dev.jar | Unknown | 149.61 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:u2nyzt27"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2AIZDfYo:u2nyzt27"
}

