Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 7 months ago
All versions
2.12.0+1.21
Release
2.12.0+1.2110 months ago 38.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
NeoForge
Quilt
Supported environments
Client-side
Required content
Changes
Changes:
- Add nether biomes by @lumiscosity in https://github.com/sisby-folk/antique-atlas/pull/264
- Badlands, dripstone caves and lush caves tiles + image compression by @lumiscosity in https://github.com/sisby-folk/antique-atlas/pull/228
- Fix issues with scaling when mapScale != guiScale. by @murphy-slaw in https://github.com/sisby-folk/antique-atlas/pull/273
- Shader support workarounds by @NoPyro in https://github.com/sisby-folk/antique-atlas/pull/310
- Require an item to open the map by @cassiancc in https://github.com/sisby-folk/antique-atlas/pull/298
- stay in delete mode when holding shift by @justliliandev in https://github.com/sisby-folk/antique-atlas/pull/233
- Fix missing null check on terrainToTileNether by @limelier in https://github.com/sisby-folk/antique-atlas/pull/202
- Add .mcmeta for the taiga village tall house by @lumiscosity in https://github.com/sisby-folk/antique-atlas/pull/319
- Update Traditional Chinese (zh_tw.json) by @dirtTW in https://github.com/sisby-folk/antique-atlas/pull/204
- updated Ukrainian translation by @Tarteroycc in https://github.com/sisby-folk/antique-atlas/pull/207
- Update Polish translation by @lumiscosity in https://github.com/sisby-folk/antique-atlas/pull/320
- upd ru_ru.json by @prokrams in https://github.com/sisby-folk/antique-atlas/pull/315
- es_mx Update by @TheLegendofSaram in https://github.com/sisby-folk/antique-atlas/pull/285
Changelog: https://github.com/sisby-folk/antique-atlas/releases/tag/v2.12.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:utFwd9ms"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y5Ve4Ui4:utFwd9ms"
}


