Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
All versions
4.0.0-beta30
Beta
AutoModpack 4.0.0-beta30 forgelast year 16
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client and server
Changes
What's Changed
- Update spanish translations by @jaximo98 in https://github.com/Skidamek/AutoModpack/pull/346
- Implemented bandwidth limiter https://github.com/Skidamek/AutoModpack/issues/108 - field in the config
bandwidthLimit - Add server certificate validation with user confirmation by @duckymirror and @Skidamek in https://github.com/Skidamek/AutoModpack/pull/351 and https://github.com/Skidamek/AutoModpack/pull/352 - important, prevents attacks such as MITM, read more here
- Fixed edge cases with mods not removing from standard mods directory
- Optimized, simplified and fixed many other misc issues around mods file handling
- Removed workaround.json file
- Removed Herobrine
- Added 1.21.5 compatibility
- Update russian translations by @VideoGamerRUS in https://github.com/Skidamek/AutoModpack/pull/356
- Update german translations by @duckymirror in https://github.com/Skidamek/AutoModpack/pull/362
Full Changelog: https://github.com/Skidamek/AutoModpack/compare/v4.0.0-beta29...v4.0.0-beta30
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:k68glP2e:cWTkJqVq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k68glP2e:cWTkJqVq"
}

