Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.0
Release
1.0.0last month 8
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
First release. Adds the *ME Cooking Pot, a Farmer's Delight cooking pot that draws its ingredients from your Applied Energistics 2 network.
Added
- ME Cooking Pot. Needs a heat source below it and cooks Farmer's Delight recipes exactly as the vanilla Farmer's Delight pot does. Crafted from a Farmer's Delight cooking pot.
- Recipe panel. Lists every Farmer's Delight cooking-pot recipe, including ones added by other mods, with a live count of how many you could make right now from your inventory and the network together. Search box, A-Z sort and a "craftable only" filter; the panel state is remembered per player.
- Batch cooking. Click a recipe to load one serving, shift-click to load as many as the ingredients, the meal slot and the battery allow. Once loaded the pot owns the batch and needs nothing but heat.
- Network sourcing. Ingredients come from your own inventory first, then the network's items, then its fluids, milk and water are pulled from fluid storage when no bucket or bottle is stocked.
- Serving. Meals stay in the pot until you supply their container, by hand or with the request button. A second button returns everything to the network.
- Battery and link. Only network pulls cost power; anything from your own inventory is free. A small idle drain runs while the link is live. Both survive breaking the pot.
- Integrations. Jade, The One Probe, JEI, EMI, REI and a Patchouli guide book, all optional.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:GKLhL3bQ:VX7pKENI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GKLhL3bQ:VX7pKENI"
}

