Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
HighFloaty
The higher you go, the floatier you get.
A small NeoForge 1.21.1 mod that scales gravity smoothly with altitude. Up at cloud height, jumps carry further, falls land softer, and arrows drift through the sky on long arcs. Down at ground level, everything is vanilla.
What it does
Below a configurable Y level (default y=200), gravity is fully vanilla. From there up to a configurable end Y (default y=319), gravity ramps down to a configurable minimum multiplier (default 50%). The curve shape is selectable: linear (smooth ramp) or exponential (gravity stays near vanilla most of the way up, then drops sharply near the top).
The effect applies to:
- Players and mobs
- Dropped items, falling blocks, TNT
- Arrows, thrown projectiles
- Boats and minecarts
Fall damage scales naturally,so less velocity at impact means less damage.
Create Aeronautics support
If you have Create Aeronautics and Sable installed, HighFloaty automatically activates compatibility code so airships, planes, hot-air balloons, and other Sable-driven sub-levels also feel lighter at altitude. The integration is fully optional: without Sable, the mod runs as a vanilla gravity tweak.
Commands
A small text HUD shows your current Y, the computed gravity multiplier at that Y, and the active configuration (master enable, range, min multiplier, curve mode):
/hfhud — toggle the HUD (client-side, no permissions needed)
For tweaking on the fly, an OP-only command tree:
/highfloaty info show current settings
/highfloaty toggle flip master enable
/highfloaty start <y> set the start of the gravity ramp
/highfloaty end <y> set the end of the gravity ramp
/highfloaty min <0.0..1.0> set the minimum gravity multiplier
/highfloaty curve <linear|exponential> switch falloff shape
/highfloaty airships <on|off> toggle Sable airship integration
/highfloaty reset clear runtime overrides
Y bounds run from -2048 to 4096, so extended-world-height mods are supported.
Commands modify in-memory overrides only. Restart the game to revert to your config file values. Useful for finding the right curve without committing to it.
Configuration
Edit config/highfloaty-common.toml or use the in-game config screen (Mods → HighFloaty → Config):
| Setting | Default | Description |
|---|---|---|
enabled |
true |
Master toggle |
gravityStartY |
200 |
At and below this Y, gravity is fully vanilla |
gravityEndY |
319 |
At and above this Y, gravity reaches its minimum |
gravityMinMultiplier |
0.5 |
Multiplier at and above end Y. 1.0 = vanilla, 0.0 = zero gravity |
curveMode |
LINEAR |
LINEAR (straight ramp) or EXPONENTIAL (steep near the top) |
airshipScaling |
true |
If true and Sable is installed, scales airship/sub-level gravity. Set to false if it misbehaves |
What it does NOT affect
- Vanilla Create cart contraptions, mechanical pistons, mechanical bearings, elevator pulleys. These use Create's own movement code that doesn't go through standard entity gravity.
- Rapier internal collision dynamics inside a sub-level. Items rolling on a moving airship deck still feel the engine's internal gravity (set once at dimension init). The body's overall motion is altitude-scaled; on-deck physics is not.
- Iris Shaders has known visual issues with Sable. Not our problem, but worth knowing if you see weird rendering.
Compatibility
- Minecraft 1.21.1
- NeoForge 21.1.0 or higher
- Sable / Create Aeronautics — optional. Compat activates automatically if installed.
- Required on both client and server. Gravity is a physics calculation that runs on both sides; mismatched installs cause desync.
Server use
Drop the jar in the server's mods/ folder. All connecting players also need the mod installed.
For dialing in the curve on a live server: use /highfloaty info to see active settings, tweak with the command set, find what you like, then write the same values into config/highfloaty-common.toml so they persist across restarts.
Known limitations
- Vanilla Create's older contraption types (carts, pistons, bearings) aren't affected. Sable-driven Aeronautics contraptions are.
- Sable is in active development. If a future Sable version refactors
ServerSubLevel.prePhysicsTick, the airship integration may need an update — disable with/highfloaty airships offif that happens. - Tested against Sable 1.1.3.
Credits
- Compatibility patches built against the public APIs of Sable and Sable Companion by RyanHCode


