Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 13 hours ago
All versions
7.2.0+neoforge-26.1.2
Release
7.2.0 (NeoForge 26.1.2)2 weeks ago 49
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Refined Cooking is now available on Fabric for Minecraft 26.1.2, from a single shared codebase. No gameplay changes for existing NeoForge users.
Added
- Fabric support. Refined Cooking now runs on Fabric as well as NeoForge. On Fabric it integrates with JEI, REI, Jade, and Patchouli. (EMI and The One Probe have no Minecraft 26.1 build yet, so neither is included on either loader.)
- Milk in the grid on Fabric. A milk bucket can now be emptied into a Refined Storage grid and used as a cooking ingredient, the same as water — matching NeoForge, where milk is already a fluid.
Changed
- Rebuilt as a multi-loader project (via Balm) so NeoForge and Fabric share one codebase. No gameplay change on NeoForge.
- NeoForge config moved to Balm's config system. The two energy settings are unchanged in value (Kitchen Station 8,
Kitchen Access Point 32), but the file is now
config/refinedcooking-common.toml— previously the per-worldserverconfig/refinedcooking-server.toml. If you customised those values, set them again once in the new file; default setups are unaffected.
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:VRSTR4A8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AOuwe9He:VRSTR4A8"
}







