← Назад к ресурсам

Create: Airburst

A Create addon that turns the Extendo Grip into a backtank-powered burst mobility tool.

Modrinth equipment transportation utility

Описание

# Create: Airburst A Create addon that turns the Extendo Grip into a backtank-powered burst mobility tool. ## Overview **Create: Airburst** adds the **Airburst Wand**, an Extendo Grip variant crafted with Breeze components and powered by Create backtank pressure. It keeps the normal Extendo Grip reach behavior, including offhand and mixed Extendo Grip handling, while adding configurable directional burst movement. ## Features | Feature | Details | | --- | --- | | Extendo Grip behavior | Functions like Create's Extendo Grip for reach, offhand use, held items, and mixed grip behavior. | | Airburst | Press `R` by default to launch in the precise direction you are facing. | | Reverse Airburst | Press `G` by default to launch in the opposite direction. | | Mounted Airburst | While riding, the burst affects the top entity in the riding chain. Mounted velocity starts at `1.0` and loses `0.2` for each extra vehicle in the chain. | | Backtank powered | Survival use consumes `10` backtank pressure units. Creative players do not consume pressure. | | Configurable tuning | Cooldown and launch velocity are configurable with Create/Catnip config files. | | Cooldown | Default cooldown is `10` ticks. | | Sound | Plays the vanilla Minecraft Wind Charge burst sound for nearby players. | | Fall safety | Prevents fall damage after an Airburst when the landing velocity is low enough. | ## Crafting Create: Airburst uses Create deploying recipes: | Step | Deploy | Onto | Result | | --- | --- | --- | --- | | 1 | Breeze Rod | Extendo Grip | Incomplete Airburst Wand | | 2 | Precision Mechanism | Incomplete Airburst Wand | Airburst Wand | ## Controls | Action | Default key | Description | | --- | --- | --- | | Airburst | `R` | Adds one burst of velocity in the direction you are looking. | | Reverse Airburst | `G` | Adds one burst of velocity opposite the direction you are looking. | Both keybinds can be changed in **Options -> Controls -> Key Binds** under the **Create: Airburst** category. ## Configuration Create: Airburst registers both common defaults and world/server overrides through the Create/Catnip config system. | Config | Key | Default | Range | | --- | --- | --- | --- | | Common | `defaultAirburstCooldownTicks` | `10` | `0` to `200` | | Common | `defaultAirburstVelocity` | `1.2` | `0.0` to `10.0` | | Common | `defaultMountedAirburstVelocity` | `1.0` | `0.0` to `10.0` | | Common | `defaultMountedAirburstChainPenalty` | `0.2` | `0.0` to `10.0` | | Server | `airburstCooldownTicks` | `10` | `0` to `200` | | Server | `airburstVelocity` | `1.2` | `0.0` to `10.0` | | Server | `mountedAirburstVelocity` | `1.0` | `0.0` to `10.0` | | Server | `mountedAirburstChainPenalty` | `0.2` | `0.0` to `10.0` | Server config values are used for gameplay when present. Common config values provide the default baseline before a world-specific server config is active. ## Requirements | Dependency | Version | | --- | --- | | Minecraft | `1.21.1` | | NeoForge | `21.1.x` | | Create | `6.0.8` or newer | ## Project Info | Field | Value | | --- | --- | | Mod ID | `airburst` | | Package | `com.aquablox.airburst` | | Current version | `0.1.0` | | Repository | `https://github.com/aquablox/Airburst` | ## License Create: Airburst is licensed under the MIT License with an attribution requirement. Any modified version, fork, redistribution, or derivative work must clearly reference the original **Create: Airburst** project wherever it is officially published, including either GitHub, Modrinth, or any future location where the project is officially published by the authors.