Links
Tags
Creators
Details
All versions
1.7.5
Release
Tor-MC 1.7.57 months ago 6,093
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
v1.7.5
- Updated the Tor client to 0.4.8.22 (git-5c000c65a502a61c), which fixes an OpenSSL vulnerability.
- Improved the Tor DNS resolution significantly. Before, a lot of servers refused the connection with "invalid hostname" and other errors even if they resolved, which has now been fixed, so now you should be able to connect to all servers with Tor's DNS resolution that don't use SRV to resolve their domains.
- Improved 2 messages in the mod to be more clear.
- Lots of smaller fixes and cleanups in the code.
- Updated libs and build environment.
- Added credits text to the screens that are in the mod, they now also display the mod's version.
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:RBViihu3:sQFPJ5De"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RBViihu3:sQFPJ5De"
}

