Tags
Creators
Details
All versions
3.0.0-1.21.8
Release
PackCore 3.0.0-1.21.810 months ago 1,800
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Packcore 3.0
Major updates
- Added automatic config applying. Instead of a pre-launch dialog, it will now select the config from the Packcore config folder that matches your screen resolution the closest.
- Config metadata: information about the config name, description, version, resolution, and mods installed under export are stored here. These can be read when importing configs.
- Configration Manager - export your configs, import them, and back them up.
- New custom welcome wizard that lets you choose the settings you want for smaller changes, like performance profile and resource packs.
- New custom main menu designed.
- In-game guide menu to read different guides on how to use Skyblock Enhanced.
Plus more minor improvements and changes
Credits:
Huge thanks to @aurilyn for helping out and making this update come to life.**
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:S2LIvmVR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V3FnL7QV:S2LIvmVR"
}


