Tags
Creators
Details
All versions
1.20.1-2.0.25.8
Release
TCIntegrations 1.20.1-2.0.25.8last year 7,652
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Git Changelog Tinkers' Integrations and Tweaks Mod
Version 1.20.1-2.0.25.8
- Release 1.20.1-2.0.25.8
- Update dependencies.
- Add generated data.
- Change Desh/Calorite/Ostrum to work when either Ad Astra or Beyond Earth are loaded instead of material tag check, as More Mekanism Processing breaks things. Fixes #86 Fixes #88
- Add fluid effects for some smeltery fluids.
- Add tag for fluids.
- Change enchantment to modifier recipe for Capturing to conditional.
- Change proxy loading to not use DistExecutor, as it was causing issues in dev environment.
Optional dependencies
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:jNa5P8yc:ZGda56rS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jNa5P8yc:ZGda56rS"
}


















