Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
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 level |
CC: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


