Tags
Creators
Details
1.20.1-Fabric-2.0.2
Compatibility
Required content
Changes
Lost Caves major content update!
Major Additions:
- Lost Caves complete retexture!
- Added new Hourglass and Clock pottery sherds!
- Added new Ancient armor trim!
- Sand Snappers can now be fed Prickly Peaches to dig up a random item, including the new armor trim smithing template and pottery sherds.
- Sand Snappers can now be given any other item and will attempt to bury it in nearby sand, gravel, or Ancient Sand. This means players can now create their own Suspicious blocks!
- Added Suspicious Ancient Sand.
Other Additions:
- Cave biome noise parameters have been revamped. Cave biomes will now match more properly with their surface biome.
- Cave biome noise parameters are now fully configurable via the mod's config.
- Sand Snappers can now swim in gravel.
- Sand Snappers are now always player-friendly if nametagged.
- Added various missing block, item, and biome tags.
- Added new block tag for blocks that make Creeping Ice glow.
- Added effect description to English lang file and improved compatibility with JEI.
Bugfixes & Tweaks:
- Attempted fix for frequent DamageType related crash.
- Large icicle terrain feature no longer spams logs with warning regarding attempted setBlock in out-of-bounds chunks.
- Drastically reduced Sand Snapper hitbox size to improve pathfinding.
- Fixed '/effect clear' not removing frozen ticks on entities due to the Frost effect.
- Lowered minimum required Forge version for Sinytra Connector compat.
- Worldgen optimizations.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
Optional dependencies
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:cs7iGVq1:JiS9SSui"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cs7iGVq1:JiS9SSui"
}

