Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
4.1.20.689
Release
CraftTweaker2-1.12-4.1.20.6893 years ago 128.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Current version: unspecified
- fix NPE in DataList/DataMap equals & asString (#1652) - youyihj - Sun Jun 4 11:51:22 2023
- Add Math utils. (#1638) - Gary Bryson Luis Jr - Fri May 12 18:49:08 2023
- rename conflict methods (#1637) - youyihj - Sun Mar 26 12:17:10 2023
- complete potion events (#1631) - youyihj - Wed Mar 22 15:11:41 2023
- Clear tooltip but leave name & remove tooltip by line (#1622) - youyihj - Sun Feb 19 20:34:23 2023
- Update ZC - Jared - Sat Feb 4 17:05:37 2023
- Update zs (#1606) - youyihj - Thu Jan 19 06:08:28 2023
- Fix anyDamage doesn't work for some items (IC2 etc.) (#1586) - youyihj - Fri Nov 11 06:51:27 2022
- Remove by input and fix IngredientOr doesn't use item conditions (#1574) - youyihj - Fri Oct 21 04:33:03 2022
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:Xg35A4rS:s7bNH7Tm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xg35A4rS:s7bNH7Tm"
}

