Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 months ago
All versions
4.1.20.698
Release
CraftTweaker2-1.12-4.1.20.6982 years ago 87.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
- update zs (#1699) - youyihj - Sun Jan 7 03:30:27 2024
- update zs (#1699) - youyihj - Sun Jan 7 03:30:27 2024
- fix MCExplosion#getExplosivePlacedBy returns null wrapper (#1696) - youyihj - Sat Dec 16 21:50:00 2023
- add setter of ExplosionDetonateEvent (#1695) - youyihj - Wed Dec 6 16:58:22 2023
- Update ZS, fix int number type infer (#1690) - youyihj - Tue Oct 24 04:43:01 2023
- add IWorld#isBlockLoaded (#1685) - youyihj - Sat Sep 30 10:04:46 2023
- add IEntityLivingBase absorption amount access (#1674) - youyihj - Thu Aug 31 17:57:26 2023
- add IPlayer#isSpectator (#1673) - youyihj - Sat Aug 26 15:16:53 2023
- fix moon phase (#1667) - xuanyu tang - Wed Aug 16 05:14:32 2023
- don't add tooltip when tooltip function returns null (#1656) - youyihj - Wed Jul 12 01:54:58 2023
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:YRKoIQBv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xg35A4rS:YRKoIQBv"
}

