All versions
4.0.20.11
Release
modtweaker-4.0.20.113 years ago 161.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Current version: 4.0.20.11
- lets see how it likes gradle 2.14 - Colin Wong - Mon Jun 20 03:46:33 2022
- Enable debug flag - Colin Wong - Mon Jun 20 03:33:27 2022
- Update deps - Colin Wong - Mon Jun 20 01:40:26 2022
- Print stacktrace - Jared - Mon Jun 20 01:36:08 2022
- Return new mill builder with every .builder() - Colin Wong - Mon Jun 20 01:18:49 2022
- Add TICMaterial methods for checking if stat exists (fixes #782) - Colin Wong - Tue Oct 12 05:16:15 2021
- don't try push to maven - Jared - Tue Jun 29 13:18:50 2021
- fix build - Jared - Tue Jun 29 13:12:35 2021
- auto curse push code - Jared - Tue Jun 29 13:08:55 2021
- old version push - Jared - Tue Jun 29 12:49:16 2021
- Add support for pulley blocks (#781) - Colin Wong - Wed Jun 23 18:34:06 2021
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:7ZsHKFX3:bwLUzXub"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7ZsHKFX3:bwLUzXub"
}

