Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Water Pressure
Adds a realistic depth-based water pressure system to survival diving. The deeper you go without proper gear, the more the ocean punishes you โ slowness, weakness, and eventually real damage. Create's diving armor isn't just cosmetic anymore: it's the only thing standing between you and the crushing depths.
How it works
Depth is measured from sea level (Y=62) downward, split into pressure zones:
| Zone | Depth below sea level | Effect |
|---|---|---|
| 0 | 0โ15 blocks | Safe |
| 1 | 15โ25 blocks | Slowness + Weakness |
| 2 | 25โ35 blocks | Slowness/Weakness + light damage every 2s |
| 3 | 35โ50 blocks | Stronger effects (amplified) + moderate damage |
| 4 | 50+ blocks | Severe damage every 2s |
Effects and damage refresh periodically while submerged, and reset the moment you surface.
Diving armor matters
Wearing a full matching diving set shifts your effective pressure zone down, letting you dive deeper safely:
- Copper diving set (helmet/boots from Create, chest/legs from Create: Ironworks) โ shifts pressure by 1 zone
- Netherite diving set (Create netherite diving helmet/boots + vanilla netherite chestplate/leggings) โ shifts pressure by 2 zones
Partial sets give no protection โ it's all four pieces or nothing. Deep pressure also chips away at your armor's durability piece by piece, synced with the damage you take โ dive too deep for too long and your gear will eventually give out.
Submarine immunity (Create Deep Seas + Sable)
Building and riding a submarine with Create Deep Seas. Its vessels are physicalized through Sable, and this mod hooks directly into Sable's sub-level API: while you're sealed inside the hull, water pressure doesn't apply at all โ no matter how deep the sub goes, but depends of whether the interior has any water in it. Fully automatic, no configuration needed.
Dependencies
- Create (required โ supplies the diving armor items this mod checks for)
- Create: Ironworks (required โ copper diving chestplate/leggings)
- Sable (optional โ enables submarine pressure immunity; also what Create Deep Seas itself runs on)
Configuration
All numbers (depth zone boundaries, damage per zone, effect duration/refresh, armor wear rate) are constants in WaterPressureHandler โ straightforward to retune for your pack's balance.


