Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
1.21.11-1.3.7
Release
Better Archeology 1.3.7 for 1.21.11 [FABRIC]2 weeks ago 1,851
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Better Archeology 1.3.7
- Fixed the Rusty Bomb entity showing an untranslated name (#8)
- Music disc now tagged
c:music_discsfor cross-mod compatibility (#30) - Updated worldgen biome compatibility for the current Biomes We've Gone (BWG) — old
byg:entries kept for legacy modpacks,biomeswevegone:entries added for the current biome roster (#33) - Chest loot enchanted books/gear now draw from the
on_random_lootenchantment tag instead of the entire enchantment registry, so unrelated/debug enchantments from other mods can no longer roll on our loot (#37) - Dispensers can now brush armadillos with the modded brushes, matching the vanilla brush (#26)
- Soaring Winds now also checks Curios back slots for an enchanted elytra on NeoForge (the check was disabled during porting)
- Soaring Winds now works with a usable glider in any equipment slot and respects durability, matching vanilla gliding rules
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:nfsRQAjG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zCh7omyG:nfsRQAjG"
}



