Tags
Creators
Details
All versions
3.2.0
Release
PackCore 3.2.0 for 1.21.89 months ago 159
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- fix: Typo in Resource Packs Wizard page and added missing key for Sophie's Hypixel Enhants. Should not be possible to apply from wizard page correctly.
- fix: Added check for NPC in sender for Scam shield. Scam shield is no longer checking NPC messages.
- feat: Added automatic config backups that run every three days. Apply them from the Configuration menu.
- feat: Changed Gradle build system to use Stonecutter for easy multi-version support.
- feat: Added config update system; this lets me update a specific config file with a modpack update or add configs for a new mod without having to apply configs for all mods.
- feat: Added option to apply specific config files instead of the whole zip file.
- chore: Fixed language files and improved readability.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packcore-3.2.0+1.21.8-sources.jar | Unknown | 12.07 MiB |
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:V3FnL7QV:P2UVibg2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V3FnL7QV:P2UVibg2"
}

