Links
Tags
Creators
Details
6.0.0
Compatibility
Required content
Changes
Updated to Minecraft 1.21.1 on NeoForge, and rebuilt on Refined Storage 2. Everything from 5.1.0 carries over: network items and fluids in the Cooking Table, the configurable power draw, the guide book, JEI, and Jade/The One Probe.
Added
- The Kitchen Access Point's screen shows its full status now, like Refined Storage's own Network Transmitter: inactive, no card, an unbound card, a Station it can't reach, or transmitting with the distance.
Changed
- Requires Refined Storage 2. Refined Storage 1 has no Minecraft 1.21.1 release, so the whole storage integration was rebuilt against Refined Storage 2.
- Requires Cooking for Blockheads 21.1.7 or newer. From that version on, Cooking for Blockheads hands leftover containers back itself — the empty bucket from a water or milk recipe — so Refined Cooking no longer drops them at the Station.
- Energy use now matches Refined Storage 2's own devices: the Access Point draws like a Network Transmitter and the Station like a Network Receiver. Both remain configurable.
- A Kitchen Network Card bound in an older version loses its link and needs re-binding on the Station. Minecraft 1.21 replaced item NBT with data components, and the card's target moved with it.
- The guide book no longer says the Station can't join the network by cable — it can, like Refined Storage's own Network Receiver.
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:AOuwe9He:SBSrceTJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AOuwe9He:SBSrceTJ"
}








