All versions
0.8.0-B
Release
Cryptid Core Co Field Operations 0.7.0-b2 days ago 14
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v0.8.0-b — Stage 8b: Field Food Update
Added
- 10 berry species as 4-stage harvestable bushes with biome-specific worldgen (huckleberry, blueberry, blackberry, raspberry, strawberry, mulberry, elderberry, gooseberry, cranberry, cloudberry) — all edible + plantable
- 5 nuts: peanut bush crop (savanna/plains) + almond/walnut/pecan/cashew as regrowing pods on worldgen nut trees
- Drying Rack (4 sticks + 2 string): air-dries raw beef/venison into jerky, 40s, no fuel, 2-slot GUI with progress arrow
- Trail Mix Station (4 planks + iron + bowl): 5-slot instant mixer with 12 trail mix recipes; slots reject non-ingredients
- Agent Mix: the mod's best food, gated behind the Torn Recipe Page found in Field Station chests (20%); per-player unlock persists through death
- Flora journal category: 31 entries with pickup/craft/station unlock hooks
- 116 new lang strings, ~90 new textures, full loot tables for new blocks
Changed
- Field Journal now has seven tabs (tab buttons slightly narrower to fit)
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:IvDwgPwX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o8SuzqFs:IvDwgPwX"
}

