Skip to content

JohnnYDeveloperAHK/Simply-Craftable-Elytra

Repository files navigation

Elytra Crafting Mod (Fabric 1.20.1)

Elytra-Background-Github

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.

How to Compile the Source Code

1. Install Requirements

  • Java Development Kit (JDK 17+) → Download
  • Gradle (comes with the project, no need to install separately)

2. Clone the Repository

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

3. Build the Mod

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/

License

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.

Read the full GPLv2 license.

Links

About

A mod repository aimed for making the Elytra Craftable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages