All versions
0.7.0-b
Release
Cryptid Core Co Field Operations 0.7.0-blast week 9
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
0.7.0-b — Stage 7b: Deer Casts + Jungle Rework + Structure Expansion + Crash Fix
- REWORK: Jungle Bigfoot (from 7a) split in two. The green morph is now "Swamp Bigfoot" and lives in swamps + mangrove swamps. The new Jungle Bigfoot is a brown Bigfoot with vines draped across shoulders, chest, and head — lives in jungles / sparse jungle / bamboo jungle. Elders are still Silver. Saved worlds keep their variant bytes intact.
- NEW: deer footprints — every deer stamps variant-specific hoof prints on the same 5-block stride as Bigfoots.
- NEW: deer plaster casts — pour plaster on a hoof print, wait 30s, collect a variant-specific Deer Footprint Cast trophy.
- NEW: cast collection now split into Bigfoot / Deer / Originals sub-tabs inside the Casts view.
- CHANGE: all four buildings (campsite, boat house, field station, abandoned station) now spawn across all forest-type biomes.
- CHANGE: guaranteed White Bigfoots only spawn at boat houses in birch + snowy biomes now. Boat houses elsewhere generate empty.
- CHANGE: field station cabin, campsite cabin, and boat house shack got a first pass of porches, roofs, and window trims. Full interior polish is still pending.
- FIX: chunk-load crash from far-chunk writes in older structure features. Retrofitted 126 write sites across five features with the same bounds
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:9JxZlJJ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o8SuzqFs:9JxZlJJ2"
}

