Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to **Applied Delight** are listed here.

## 2.0.0

The ME Cooking Pot now exposes every compatible Farmer's Delight cooking-pot recipe to AE2 as an autocrafting
pattern. Each pot accepts one job at a time, while multiple pots can process jobs in parallel.

Serving containers are requested as pattern inputs, item and fluid ingredient substitutions are supported, and
finished meals are inserted directly into the crafting network. Active jobs and partial outputs survive chunk and
server reloads, and the pot retries delivery when the network is unavailable or full.

## 1.1.0

You can now power a placed ME Cooking Pot from energy cables. Run any Forge Energy cable (Mekanism, Flux, and the like) into one of its sides and it charges the battery and keeps it topped, so a stationary pot never runs down; pick it up and it runs on the stored charge as before. The item still charges in an AE2 Charger or any FE charger too.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cooks any Farmer's Delight recipe using items stored in your ME system.
from the network's fluid storage.
- **Serving on your terms**, meals wait in the pot until you supply their container, by hand or with a button that
requests it from the network.
- **Native AE2 autocrafting**, every compatible cooking-pot recipe is exposed in ME terminals. A pot processes one
job at a time, requests the required serving containers and returns the finished meal directly to the network.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ modrinth_id=GKLhL3bQ
mod_id=applieddelight
mod_name=Applied Delight
mod_license=MIT
mod_version=1.1.0
mod_version=2.0.0
mod_group_id=sebastrn
mod_authors=ItsSebastrn
mod_description=Cook Farmer's Delight meals straight from your Applied Energistics 2 network.
Expand Down
Loading