All versions
1.0.0-alpha.2
Alpha
Pantry 1.0.0-alpha.22 months ago 7
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
1.0.0-alpha.2
Salt water and compatibility update for Minecraft 26.2 on Fabric.
Added
- Finite salt tracking for placed salt-water pools.
- Salt Water Bottles and saline cauldrons for smaller salt batches.
- Furnace boiling: Salt Water Buckets make 12 Salt, Salt Water Bottles make 4 Salt.
- Water compatibility through standard tags, water-bucket recipe matching, and Fabric Transfer containers.
- Optional Hydrofarm compatibility when Hydrofarm is installed.
- Debug salinity tooltip option for checking salt content while testing.
Changed
- Salt water can refill as water without creating free salt.
- Connected salt-water source pools now share their salt supply.
- Partially drained salt water can fill bottles if enough salt remains, but cannot refill a Salt Water Bucket unless it has a full bucket's worth of salt.
- Depleted salt water falls back toward vanilla water behavior.
Fixed
- Salinity data repairs after common world changes like sponge removal, source regeneration, block replacement, and pool splitting or reconnecting.
- Optional Hydrofarm mixins no longer warn during Pantry-only launches.
- Missing tag translation warnings from Pantry and its optional Hydrofarm test path were cleaned up.
Notes
- Saline waterlogging, slow ocean refill, evaporation pans, brackish item variants, and a salinity tester item remain deferred.
- 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:rSczHgzT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wn42SyT7:rSczHgzT"
}


