Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 7 months ago
All versions
2.10.0+1.20
Release
2.10.0+1.202 years ago 970K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Quilt
Supported environments
Client-side
Required content
Changes
Changes:
- Add textures for Lush Caves (#32) by lumiscosity
- Add textures for Dripstone Caves (#31) by lumiscosity
- Add textures for Red Sand aka Badlands Valley (#61) by lumiscosity
- Add Traditional Chinese (#204) and Ukrainian (#207) translations
- Fix scaling of the book background in fullscreen in 1.21 at certain gui scales
- Require Surveyor to be installed separately instead of embedding it (inconvenient, but we're hoping it helps more players understand its purpose and get bugfixes earlier - plus we've made a few too many AA updates that just involve bumping surveyor for a bugfix)
- Require Surveyor 0.6.24, fixing issues related to lost map exploration on death, open to LAN, etc (#53 by pjon1)
Changelog: https://github.com/sisby-folk/antique-atlas/releases/tag/v2.10.0+1.20
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:Y5Ve4Ui4:lFYHSK5X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y5Ve4Ui4:lFYHSK5X"
}


