Links
Tags
Creators
Details
6.0.0
Compatibility
Required content
Changes
Updated to Minecraft 1.21.1 on NeoForge. Everything from 5.1.0 carries over: ME items and fluids in the Cooking Table, the configurable power draw, Jade/The One Probe, JEI, and the guide book.
Changed
- The guide book is now crafted with green wool instead of red, to match the book's own colour.
- Requires Cooking for Blockheads 21.1.7 or newer. From that version on, Cooking for Blockheads returns leftover containers itself, and Applied Cooking now leaves that to it.
- Leftover containers — the empty bucket from a milk or water recipe — now come back through Cooking for Blockheads, which returns them to you. In 5.1.0 the Station dropped them on the floor when the network had nowhere to put them; it no longer needs to.
- A Kitchen Station linked in an older version loses its link and needs re-linking at the Wireless Access Point. Minecraft 1.21 replaced item NBT with data components, and the link moved with it.
Optional dependencies
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:BmMjyidG:1sUEF76u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BmMjyidG:1sUEF76u"
}

