Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
All versions
4.0.0-beta37
Beta
AutoModpack 4.0.0-beta37 forgelast year 25
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
What's Changed
- Server config got revamped, few entries are gone replaced for new, easier to understand ones. Config should auto update to the new schema however if you changed some modpack host related settings it might require a little revision.
- Improved a little bit download and changelog screens.
- Added
ampas a shortcut to theautomodpackcommand. - Added
automodpack host fingerprintcommand. mods,config,shaderpacksandresourcepacksfolders should be auto created on fresh install in the/automodpack/host-modpack/main/to reduce confusion as to how it works.- Fixed edge-cases with incorrectly generated file path entries in the modpack e.g. occurring e.g. in docker containers #387.
- Improved saving the certificate fingerprints, fixing #382.
- Few other smaller fixes/improvements mainly around modpack host.
- Update zh_cn.json by @zyf722 in https://github.com/Skidamek/AutoModpack/pull/378.
- Update fr_fr.json by @justeyanis in https://github.com/Skidamek/AutoModpack/pull/390.
New Contributors
- @zyf722 made their first contribution in https://github.com/Skidamek/AutoModpack/pull/378
- @justeyanis made their first contribution in https://github.com/Skidamek/AutoModpack/pull/390
Full Changelog: https://github.com/Skidamek/AutoModpack/compare/v4.0.0-beta36...v4.0.0-beta37
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:a0653drv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k68glP2e:a0653drv"
}

