Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
1.21.1-1.3.8
Release
Better Archeology 1.3.8 for 1.21.1 [NEOFORGE]5 days ago 3,275
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Better Archeology 1.3.8
- Artifacts identified at the Archeology Table are called "Identified Artifact" again. The name was silently lost when identifying became recipe driven
- REI lists the Archeology Table's identifying recipes on NeoForge. Its plugin was only ever registered on Fabric
- The Totem of Torrents now dashes where you aim, up and down included, like a riptide trident. The dash is equally strong in every direction and has been retuned to Riptide II strength, which makes the horizontal dash slightly shorter than before. Dashing off the ground lifts you clear of the floor first, so it no longer scrapes along the terrain you were standing on. Vertical dashing is on by default; the "Upwards Boosting" config option restricts the dash to the horizontal plane again (#28)
- Soaring Winds can now be applied to modded gliding chestplates. It draws from the
betterarcheology:soaring_winds_itemsitem tag instead ofc:elytrasdirectly, so packs can widen it — e.g. to an Apotheosis chestplate with the Winged affix. On Fabric it also recognises chestplates that provide gliding themselves, instead of only accepting a literal elytra (#4) - Added an Argentine Spanish translation, contributed by Texaliuz
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:zCh7omyG:HiVBL8w1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zCh7omyG:HiVBL8w1"
}

