Links
Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 2 months ago
Updated last month
All versions
1.1.2
Beta
Herbcraft-BCKS|百草可食 1.1.22 months ago 6
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Version changelog: 1.1.2
Use for the Core file changelog.
Added
- Added data-backed Codex guide entries under the Herb Codex overview.
- Added one-time guide hints for early learning steps such as first herb bite, first Codex open, first page read, first ingredient tasted, and first correction state.
- Added persisted pharmacology principle discovery for flavors, heat/cold interactions, and herb relations; the Codex can now show discovered principles and recent examples.
- Added
food_rollssupport for raw herb food definitions, allowing probabilistic visible hunger and direct hidden saturation rolls. - Added a raw herb food balance validator.
Changed
- Rebalanced common raw forage so wildflowers, petals, ferns, leaves, saplings, seeds, and some aquatic plants no longer act as reliable early food.
- Strengthened seed and oily-seed hidden saturation after client testing: ordinary seeds now feel meaningful, and melon/pumpkin seeds feel more substantial.
- Sugar cane now remains only +1 visible hunger, but gives a better short hidden-fullness feel and is anchored at Homeostatic hydration amount 3 when Homeostatic is installed.
- Removed the guaranteed vanilla
minecraft:saturationeffect from blue orchid so it no longer bypasses food-roll balance. - Made the 五味与性味 and 七情与配伍 Codex guide pages clearer for new players.
- Data-backed pharmacology tuning now owns temperature values and ordered seven-emotion relation rules.
- Exact hot/cold same-qi buildup was softened so repeated same-temperature herbs ramp up more gradually.
- Nutrition threshold logic now follows
nutrition_rules.jsonmore consistently instead of hardcoded Java thresholds.
Fixed / cleanup
- Prevented several documentation/source mismatches that could mislead future pack authors or maintainers.
- Strengthened validators for Codex guide text, raw herb balance, Homeostatic compatibility, nutrition correction, and built jars.
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:5cNyEJH1:Q4MxaUX8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5cNyEJH1:Q4MxaUX8"
}

