Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 days ago
All versions
26.2.x-1.3.8
Release
Better Archeology 1.3.8 for 26.2.x [NEOFORGE]3 days ago 137
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Better Archeology 1.3.8
- Updated to Minecraft 26.2
- Artifacts identified at the Archeology Table are called "Identified Artifact" again. The name was silently lost when identifying became recipe driven
- JEI lists the Archeology Table's identifying recipes again on Fabric. Its plugin entrypoint was dropped during the 1.21.4 port, and since 1.21.2 the recipes also have to be synced to the client explicitly
- REI lists those recipes on NeoForge too. 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 elytra flight augment (#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:NKQPaKXt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zCh7omyG:NKQPaKXt"
}



