A simple Fabric mod that adds a crafting recipe for the Elytra, allowing players to craft it using Phantom Membranes, String, and a Stick instead of searching for End Cities.
- Java Development Kit (JDK 17+) → Download
- Gradle (comes with the project, no need to install separately)
Open Command Prompt and navigate to the folder where you want to download the source code:
cd C:\Games\ModMaking # Change this to your preferred folder
Clone the repository:
git clone https://github.com/JohnnYDeveloperAHK/Simply-Craftable-Elytra.git
cd Simply-Craftable-Elytra
Once inside the mod folder, run:
./gradlew build # Use gradlew.bat build if on Windows
The compiled .jar
file will be located in:
build/libs/
This project is licensed under the GNU General Public License v2 (GPLv2). You are free to modify and distribute the source code as long as you keep it under the same license.
- Download the mod: Modrinth Page
- Fabric API: Fabric API
- Fabric Loader: Fabric Loader