Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated yesterday
All versions
2.5.5i
Release
Ancient Artifacts 2 V2.5.5i for 1.21.6-26.26 days ago 101
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.6–1.21.11
Platform
Data Pack
Changes
QQL tweaks:
- Added soft pling sound when combo boot's dash is ready again after cooldown
Changes:
- Combo boot's dash now no longer requires you to hold a weapond (tbh I have no idea why that was the case before :P)
- A complete re-write of the sneak detection system. It should be a little more optimized and stable now
- A complete re-write of the sprint detection system. Improved stability
Bugs fixed:
- Combo boots dash wasn't working consistently
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Ancient Artifacts 2 Resourcepack V2.5.5i.zip | Required resource pack | 57.21 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:RO3LwIqV:SSMr9gmp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RO3LwIqV:SSMr9gmp"
}

