All versions
1.0.0-alpha.3
Alpha
Pantry 1.0.0-alpha.32 months ago 29
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Environmental storage update for Minecraft 26.2 on Fabric.
Added
- Cellar-style preservation without adding a cellar block.
- Room-based cellar checks for sealed rooms, doors, vents, open stairways, glass-heavy rooms, and large cave openings.
- Ice-cooled storage, copper chest support, high-altitude storage, warm-depth penalties, and nearby heat penalties.
- Lightweight hot, dry, cold, freezing, and Nether storage modifiers.
- Reduced carried-inventory effects so pockets are not as strong as real storage.
- Shulker, bundle, hopper, minecart, and Ender Chest storage handling.
- Optional storage tooltip and diagnostics options for testing cellar behavior.
Changed
- Food now settles freshness when it moves between storage conditions, then uses the new environment going forward.
- Stored containers get the strongest environment effect; carried food and portable containers get a weaker version.
- Ender Chest contents stay neutral instead of borrowing the local room or biome.
- Environment behavior is now part of the common Pantry core for future loader support.
Fixed
- Food inside carried shulkers and bundles no longer keeps an old cellar bonus forever.
- Hopper transfers now settle food before the destination storage applies its new conditions.
- Chest and hopper minecarts now update food from their current position.
- Creative preview foods remain frozen when carried or stored inside portable containers.
- Non-expiring foods remain free of freshness and storage metadata.
- Lava removal and heat-source changes refresh after the food or container is inspected again.
- High-altitude storage no longer gets mistaken for a cellar.
Notes
- No new blocks, textures, recipes, or salt-water balance changes were added in this update.
- The storage tooltip is off by default to keep normal food tooltips clean.
- 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:gcBAZusq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wn42SyT7:gcBAZusq"
}

