Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 months ago
All versions
4.1.20.586
Release
CraftTweaker2-1.12-4.1.20.5863 years ago 3,874
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Current version: unspecified
- added a setting to entitylivinghurtevent close #1051 - Jared - Mon Aug 24 04:33:25 2020
- added a way to get entities in a specific area of the world - Jared - Thu Aug 20 01:34:43 2020
- logError not logWarning - eutropius225 - Wed Aug 19 15:30:15 2020
- Add IWorld#getPickedBlock(IBlockPos,IRayTraceResult,IPlayer) - eutropius225 - Wed Aug 19 15:28:49 2020
- added IPlayer#changeDimension - Jared - Sat Aug 15 02:22:23 2020
- Add IBlockDefinition#getStateFromMeta(int) - eutropius225 - Sun Jul 26 20:06:03 2020
- Use forge methods for giving items instead of a custom broken one - Jared - Sun Jul 5 23:01:29 2020
- Update the interface as well for oredict changes.. - Jared - Sun Jul 5 03:57:20 2020
- Made addAll() varargs for oredicts - Jared - Sun Jul 5 03:54:24 2020
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:tyI78LZ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xg35A4rS:tyI78LZ4"
}

