Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 months ago
All versions
0.1.8
Release
ThreadTweak 0.1.85 months ago 416.1K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Required content
Changes
What's Changed
- Create pt_br.json by @seriousfreezing in https://github.com/skywardmc/threadtweak/pull/28
- feat: update to 1.21.9 by @uku3lig in https://github.com/skywardmc/threadtweak/pull/39
- feat: new icon by @intergrav
- feat: chore: update mod to 1.21.11 by @groundbreakingmc in https://github.com/skywardmc/threadtweak/pull/41
New Contributors
- @seriousfreezing made their first contribution in https://github.com/skywardmc/threadtweak/pull/28
- @groundbreakingmc made their first contribution in https://github.com/skywardmc/threadtweak/pull/41
Full Changelog: https://github.com/skywardmc/threadtweak/compare/0.1.7...0.1.8
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| threadtweak-fabric-0.1.8+mc1.21.11-sources.jar | Source jar | 51.46 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:vSEH1ERy:9t60vZ1h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vSEH1ERy:9t60vZ1h"
}

