All versions
1.1.2
Beta
Herbcraft_Cuisine|百草可食:膳房分册 1.1.23 weeks ago 2
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Version changelog: 1.1.2
Use for the Cuisine file changelog.
Added / improved
- Added module-owned Cuisine Codex guide pages inside
膳房录, including overview guidance for water bowls, fixed dishes, hodgepodge, cleansing/immunity, and hidden catalysts. - Added one-time Cuisine guide hint support for first water bowl and first dish.
- Cuisine guide entries are now data-backed by module-owned
codex_guides.jsonand appear only when Cuisine is installed. - Cuisine hidden catalyst guide copy now explicitly says Alchemy linkage requires the Alchemy chapter/module to be installed.
Clarified
- Hidden meals remain Cuisine content, but their catalyst behavior is a cross-module feature that only appears when Alchemy is present.
- Current docs and validators were updated for the
1.1.2package line.
Validation
- Built and verified with Java 25.
- Built-jar validation checks Cuisine metadata, resources, recipes, guide data, Homeostatic compatibility data, and Java 25 bytecode.
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:59p3worY:5oNNM7oh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:59p3worY:5oNNM7oh"
}

