https://github.com/saolghra/elytraswapper
Elytra Swapper is a Minecraft Fabric mod that allows players to quickly swap between an Elytra and a Chestplate. This mod is a fork of https://github.com/Saphjyr/ElytraChestplateSwapper/
https://github.com/saolghra/elytraswapper
fabric fabric-api fabricmc fabricmc-api fabricmc-mod fabricmc-mods minecraft minecraft-mod mod
Last synced: 11 months ago
JSON representation
Elytra Swapper is a Minecraft Fabric mod that allows players to quickly swap between an Elytra and a Chestplate. This mod is a fork of https://github.com/Saphjyr/ElytraChestplateSwapper/
- Host: GitHub
- URL: https://github.com/saolghra/elytraswapper
- Owner: SaolGhra
- License: other
- Created: 2024-08-02T17:01:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T17:15:36.000Z (about 1 year ago)
- Last Synced: 2025-04-28T17:47:33.225Z (about 1 year ago)
- Topics: fabric, fabric-api, fabricmc, fabricmc-api, fabricmc-mod, fabricmc-mods, minecraft, minecraft-mod, mod
- Language: Java
- Homepage: https://modrinth.com/mod/elytra-swapper
- Size: 270 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Elytra Swapper
**Elytra Swapper** is a Minecraft Fabric mod that allows players to quickly swap between an Elytra and a Chestplate. This mod is a fork of [ElytraChestplateSwapper](https://github.com/Saphjyr/ElytraChestplateSwapper/), with additional features and improvements.
## Features
- **Elytra and Chestplate Swapping**: Seamlessly swap between an Elytra and a Chestplate with a configurable keybinding.
- **Customizable Keybinding**: Set your preferred key for swapping in Minecraft's controls settings.
- **Enhanced Compatibility**: Improved functionality and compatibility with various Minecraft versions.
## Installation
1. **Install Fabric Loader**:
- Download and install Fabric Loader from [Fabric's official website](https://fabricmc.net/use/).
2. **Install Fabric API**:
- Download the Fabric API from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api) or [Modrinth](https://modrinth.com/mod/fabric-api).
3. **Add Elytra Swapper**:
- Download the latest version of Elytra Swapper from the [Releases page](https://github.com/SaolGhra/ElytraSwapper/releases).
- Place the JAR file into the `mods` folder in your Minecraft directory.
4. **Launch Minecraft**:
- Start Minecraft using the Fabric profile. The mod should be active.
## Configuration
- **Keybinding**: By default, the key for swapping between Elytra and Chestplate is the grave accent (`` ` ``). You can customize this keybinding in Minecraft's controls settings under the "Elytra Swapper" category.
## Usage
1. **Equip Elytra or Chestplate**: Ensure that either an Elytra or a Chestplate is equipped in your inventory.
2. **Press the Keybinding**: Press the configured key to swap between the Elytra and Chestplate.
## Development
To contribute or modify the Elytra Swapper mod, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/SaolGhra/ElytraSwapper.git