Links
Tags
Creators
Details
All versions
1.6.0
Release
Tor-MC 1.6.0last year 10.7K
Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client-side
Changes
v1.6.0
- Added a country selector, you can now optionally select from the game which region or regions you want your IP to be from. You can also configure whether it should only apply to the ExitNode, or the Middle and Entry node too. Note: the connection will often get stuck if Tor can't find a node from your location in the given country, or your IP might not change multiple times after pressing "Change IP".
- Improved Linux support, now on linux if Tor is already running on the system, the mod will try to find a port to use that isn't already used instead of attempting to kill it, as it usually doesn't have permission to do so.
- Updated Tor to v0.4.8.16
- Fixed a bug where if the mod displayed "Failed to launch Tor, check logs.", the message would get stuck.
- Other improvements and bugfixes in the code, like the plugin now uses java's more modern file api.
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:QxTwZeiO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RBViihu3:QxTwZeiO"
}

