Create Balloon
ModAdds inflatable hot air balloons to Create: Aeronautics.
Type
Mod
Modrinth Downloads
4,433
Modrinth ID
e9CPu9Ub
Last Updated
Jun 25, 2026
Description
Create Balloon
This mod was completed by AI.
Adds inflatable hot air balloons to Create and Create: Aeronautics, bringing physical airship control to your survival worlds.

Features
- Hot Air Balloon Block — provides vertical lift and horizontal thrust on Sable physics structures. Dye in 16 colors.
- Balloon Controller — right-click to pilot your structure with Space (ascend), V (descend), and WASD (move/turn). Shift to exit.
- Gyroscope Stabilization — keeps the structure level during flight (adapted from Create: Aeroworks by mred231, MIT license). Auto-defers to Aeroworks gyroscope if one is running.
- CC:Tweaked Integration — control balloons from Lua code with full API (ascend, descend, hover, forward, back, turn, stop).
- Drive-By-Wire Compatible — controllers respond to wire signals.
- 97 Crafting Recipes — craft balloons from Aeronautics envelopes, dye them, wash with fans, press back into envelopes, or inflate with Deployers holding buckets or bottles.
Getting Started
- Craft a Balloon Controller (White Sail + Shaft + Brass Sheet)
- Place balloons on your Sable structure
- Place a controller on the structure, right-click to take control
- Space/Ascend · V/Descend · W/Forward · S/Back · A/Turn Left · D/Turn Right · Shift/Exit
Configuration
Config file at config/create_balloon-common.toml:
Section Key Default Description Lift liftForce 100.0 Lift capacity per balloon (kpg) Lift baseKpg 0.2597 Gravity compensation (do not change) Lift ascendSpeed 1.0 Ascend speed Lift descendSpeed 1.0 Descend speed Gyroscope gyroEnabled true Enable gyro stabilization Gyroscope gyroStrength 1.5 Stabilization strength (<=2.0 recommended) Movement moveSpeed 1.0 Horizontal move speed Movement turnSpeed 0.5 Turn speed (<1.0 recommended) Debug logLevel SIMPLE Logging levelCC:Tweaked API
local b = peripheral.find("balloon") b.ascend() b.hover() b.stop() b.descend() b.forward() b.back() b.turnLeft() b.turnRight() b.count() b.isActive()Dependencies
- NeoForge 21.1.226+
- Create 6.0.10
- Create: Aeronautics Bundled 1.1.3+
- Sable 1.1.3+
- CC:Tweaked (optional, for computer control)
- Drive-By-Wire (optional, for wire signal control)
Credits
- Gyro stabilization adapted from Create: Aeroworks by mred231 (MIT License)
License
MIT
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
TIS-VS
A TIS-3D x Valkyrien Skies 2 Addon
Trinkets Continued
Updated fork of Trinkets Canary, a data-driven accessory mod
Jade Modded Entities
An addon mod for Jade that expands to modded entities highlighting relevant information
Just Dandy
Fluffy dandelions with particles, for extra pizzazz in plains and other places.
Create: Lazy Engines
Configurable Steam Engines
WesterosCraft WorldEditCUI
A graphical user interface for WorldEdit, designed to assist in using WorldEdit, as well as preventing accidental errors...