All versions
0.8.0-g
Release
Cryptid Core Co Field Operations 0.8.0-glast week 11
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v0.8.0-g — Stage 8g: Crash Fix, Display Stands & Advancements
Fixed
- The XL replay generator read blocks outside the decorating chunk (foundation probing, path ground checks); all generation is now read-free outside its own chunk. Beds also place both halves now.
- Crystal display stands render correctly**: the crystal is a full glowing cube of the solid crystal texture (was: two pixels + black cube from a bad auto-UV against the transparent shard texture). Per-crystal light: clear/citrine 7, rose/labradorite 5, tourmaline 3.
Working On
- Expedition Base 001 no longer crashes the game on approach.
Added
- 35 advancements** across three tabs — Wildlife (12), Structures (11), Crafting (12). XP rewards only. Includes challenge advancements Full Spectrum (sight all 9 fur colors) and The Grand Tour (visit all 5 cryptid biomes), and custom triggers for sightings, photographs, wood knocks heard/answered, and crystal shard claims.
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:o8SuzqFs:ZEDlWhwu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o8SuzqFs:ZEDlWhwu"
}

