Mine Paracaidas
A fully functional **parachute system** for Minecraft 1.21.1 (NeoForge). Turn any fall into a controlled descent, manage your stamina, spend talent points to customize your gear, and unlock 7 achievements along the way.
Features
- **Real parachute physics** — deploy mid-air and glide with controlled fall speed. Look down to dive faster, look up to slow down.

- **Stamina system** — your glider drains stamina while flying and regenerates on the ground. Run out mid-air and the parachute folds automatically.
- **Talent tree** — earn talent points and spend them to upgrade:
- **Max Stamina** (+10 per point, up to 200)
- **Regeneration** (+0.2/s per point)
- **Drain Reduction** (−0.1 per point, minimum 0.2)
- **Reset** — refund all points anytime
- **Durability** — the parachute takes damage while gliding and can be repaired with leather.
- **Auto-deploy** — holding the parachute while falling deploys it automatically.
- **Manual control** — press the deploy key again to fold it mid-air (auto-deploy stays disabled until you land).
- **Status screen** — a floating window showing your player model, stats, and talent buttons.
- **Stamina HUD** — see your remaining stamina at a glance.
- **Wind particles & sounds** — deploy, fold, and wind audio feedback.
- **Loot** — find parachutes in dungeon, mineshaft, shipwreck treasure, and stronghold chests (15% chance).
- **7 achievements** — from your first flight to gliding 1000 blocks.
- **Server config** — toggle stamina, fall damage reduction, and starting talent points.




# Items
| Item | Description |
|---|---|
| **Parachute** | The glider itself. Durability 100, repairable with leather. |
| **Reinforced Textile Fiber** | Wool fibers woven with resistant filaments. |
| **Ripstop Fabric** | Durable fabric made from reinforced fiber. |
| **Descent Harness** | Leather and iron harness that distributes the load. |
## Controls
| Action | Key (default) |
|---|---|
| Deploy / Fold parachute | **SPACE** |
| Open Status / Talents screen | **K** |
## Commands (OP level 2)
- `/parachute give ` — give a parachute to a player
- `/parachute points add ` — add talent points to a player
## Configuration
Server config at `config/minemobparacaidas-server.toml`:
| Option | Default | Description |
|---|---|---|
| `staminaEnabled` | `true` | Set to `false` for infinite flight (admin-only). |
| `fallDamageReductionEnabled` | `false` | Whether holding the parachute reduces fall damage. |
| `fallDamageReductionPercent` | `15.0` | Percentage of normal fall damage taken when enabled. |
| `initialTalentPoints` | `5` | Talent points granted on first join. Set to `0` to disable. |
## Achievements
| Achievement | Requirement |
|---|---|
| **First Flight** | Deploy the glider for the first time |
| **Sky Artisan** | Craft the parachute |
| **Short Flight** | Glide 100 blocks in total |
| **Long Flight** | Glide 1000 blocks in total |
| **Soft Landing** | Land with the glider without taking damage |
| **Out of Energy** | Run out of stamina mid-flight |
| **Investor** | Spend a talent point |
## Requirements
- Minecraft **1.21.1**
- NeoForge **21.1.5 or newer**
## License
All Rights Reserved.
4. Recipes (for the gallery / guide section)
Reinforced Textile Fiber
L H L
H L H
L H L
- L = any Wool
- H = String
- Result: 1 Reinforced Textile Fiber
Ripstop Fabric
F H F
H F H
F H F
- F = Reinforced Textile Fiber
- H = String
- Result: 1 Ripstop Fabric
Descent Harness
C H C
C I C
H C H
- C = Leather
- H = String
- I = Iron Ingot
- Result: 1 Descent Harness
Parachute
T T T
T A T
T T T
- T = Ripstop Fabric
- A = Descent Harness
- Result: 1 Parachute
5. Commands (for the guide section)
/parachute give <player>
/parachute points add <player> <amount>

