Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 days ago
Updated 4 hours ago
All versions
1.0.11+forge-1.21.11
Release
Alex's Caves Continued 1.0.11 — Forge 1.21.114 hours ago 0
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Forge
Supported environments
Client and server
Required content
Changes
1.0.11
Nine reports this time. Here's what changed.
New
- New setting:
enchantment_loot_chance(default 50%). Controls how often the mod's enchantments can show up on random loot, like enchanted books in chests. Set it to 100% for the old behaviour or 0% to keep them out of loot entirely. It's inalexscaves-general.tomland on the Vanilla Changes page of/acc menu. The enchanting table isn't affected.
Fixed
- Crash near magnet crystals on 1.20.3 to 1.21.1. The lightning sparks did a visibility check those versions don't allow without an entity.
- Crash when shooting the Dreadbow on 1.20.5 and later. Dark arrows were created from an empty item.
- Shot Gum and gumball-shooting mobs fired invisible gumballs on 1.21 and later. The gumball was turned around one extra time and ended up facing away from you.
- Baby Tremorzilla was far too small on 1.20.5 to 1.21.1. It was being shrunk twice.
- The camera stayed too close while riding Tremorzilla and other big mounts on NeoForge 1.21 and later.
- The Cave Compendium had missing text and flickering pages on Fabric before 1.21.5.
- Forge 26.2 logged "Invalid access transformer line" errors at startup.
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:cO2CvXug:B8WP47Dt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cO2CvXug:B8WP47Dt"
}


