Unlocked Void Sea - Aeronautics Addon

A simple utility mod that lets you use the "End Sea" physics from Create: Aeronautics in other dimensions. Extremely configurable.

File Details

v1.1.0 - Multi-Dimension and Config UI Update

  • R
  • May 21, 2026
  • 49.86 KB
  • 405
  • 1.21.1
  • NeoForge

File Name

unlockedvoidsea-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:unlocked-void-sea-1540645:8124204"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

Added

  • Multiple dimensions at once. The config is now a list of [[dimension]] blocks instead of one fixed dimension, so you can have the void sea in the Overworld, the Nether, your favorite datapack dim, whatever. Each block gets its own dimension, startY, depthGradient, drag, and priority. Recommended in https://github.com/Tyrthurey/unlockedvoidsea/issues/2
  • Ships with Overworld + Nether enabled by default.
  • In-game editor for the dimension list (extending and improving the Catnip/Ponder config screen):
    • + adds a new entry, - removes one. No restart needed.
    • Fields turn red while they're invalid, Save stays disabled until everything checks out.
    • Won't let you save two entries with the same dimension id.
    • Tooltips on every field, with translations.
  • Made the auto-generated Catnip value fields wider so things like -2032.0 or full dimension IDs aren't truncated. String fields use the whole row.
  • startY is now clamped at runtime to the configured dimension's actual Y range (DimensionType.minY() + height()), so datapack dims with weird heights don't break. Logs a warning when it clamps.
  • If the .toml somehow ends up with duplicate dimension ids (manual edit, dedicated server config sync, whatever), only the first one is used. Online OPs get a chat warning.
  • Old flat-config users get auto-migrated on first load: their values get folded into a [[dimension]] entry. If their old dimension was minecraft:overworld it overwrites the default Overworld entry; otherwise it's added as a third entry alongside the defaults.

Fixed/Changed

Removed

  • The old flat config keys (dimension, startY, depthGradient, drag, priority at the top level). The [[dimension]] list fully replaces them.
image image image

Full Changelog: https://github.com/Tyrthurey/unlockedvoidsea/compare/v1.0.1...v1.1.0