All versions
0.8.0-c
Release
Cryptid Core Co Field Operations 0.8.0-c2 weeks ago 10
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v0.8.0-c — Stage 8c: Tufts, Trails & Crystals
Added
- Tinted fur tufts: Fur Tuft + Trunk Fur now come in all 9 Bigfoot fur colors; trunk fur matches the Bigfoot that left it, and Bigfoots moving through foliage shed tinted ground tufts (rare, 60s cooldown)
- EatBerryBushGoal: deer and kid Bigfoots browse ripe berry bushes (bush resets to stage 1, eater heals) — fence your farms
- Crystals: 5 ores (Clear Quartz, Citrine, Rose Quartz, Black Tourmaline, Labradorite) with real-life-inspired biome/depth ranges; 3 shards per block, Fortune up to 6, Silk Touch drops the ore
- 9 shards craft a decorative crystal block per type
- Crystal bait: place a shard and the closest Bigfoot within 50 blocks fetches it, carries it visibly in hand, and re-places it 20-30 blocks away
Verified
- Bigfoot friendly-fire immunity (rock crossfire + group hits) confirmed working from the Stage 5 guard — no anger between Bigfoots
- Journal audit: all 23 Bigfoot/deer species entries + unlock hooks clean, including Stage 8a's Sambar/Moose/fawn
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:Lb5ZU6HW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o8SuzqFs:Lb5ZU6HW"
}

