All versions
1.0.0-alpha.4
Alpha
Pantry 1.0.0-alpha.42 months ago 43
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.0.0-alpha.4
Farm ingredients, crafting, and cake update for Minecraft 26.2 on Fabric.
Added
- Freshness tracking for wheat, cocoa beans, pumpkins, eggs, mushrooms, and kelp, with freshness stage and remaining shelf life shown in their tooltips.
- Weighted ingredient quality for bread, cookies, pumpkin pie, stews, golden foods, and other supported recipes.
- Freshness-aware vanilla cake. Placed cakes keep their quality across slices and candle cakes, and can be inspected by sneaking with an empty hand.
- A bundled experimental Pantry API for read-only freshness, food, preservation, and storage-environment integrations. Players still install only the Pantry jar.
- Storage handling for shelves, decorated pots, and chest boats.
Changed
- Baking can recover a small amount of quality, but does not turn old ingredients into perfectly fresh food.
- Golden carrots and golden apples inherit the freshness and spoilage risk of their base produce. Golden carrots now use four gold ingots and grant a brief regeneration effect.
- Crafted food keeps its own spoilage risk while also carrying diluted risk from spoiled ingredients.
- Manual food-batch merging and automatic inventory movement now use separate thresholds. Dragging across several stacks preserves the correct weighted freshness.
- Multiplayer clients use the server's gameplay settings while keeping local display preferences.
Fixed
- Crafting Tables and Crafters now apply the same freshness and inherited-risk rules.
- Creative preview food remains frozen through storage, splitting, and failed merge attempts.
- Invalid stack data and contradictory config values fall back safely instead of causing broken freshness values or startup crashes.
- Related config options save together, and closing the config screen discards unsaved changes correctly.
- Dropped food, campfire cooking, furnace remainders, portable storage, and less-common container paths received additional fixes and testing.
Notes
- Existing alpha worlds should be backed up before updating.
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:Wn42SyT7:AcvKyRzq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wn42SyT7:AcvKyRzq"
}


