π οΈHow to Build Glazed
β
Requirements
Make sure you have the following installed:
Java Development Kit (JDK 17)
Download JDK 17
Windows OS (for using
gradlew.bat
)Git (optional, for cloning the repo)
π₯ Step 1: Get the Source Code
Option A: Clone with Git
git clone https://github.com/realnnpg/Glazed.git
cd Glazed
Option B: Download ZIP
Click "Code" > Download ZIP
Extract the ZIP and open the folder
ποΈ Step 2: Build with Gradle
Open Command Prompt in the
Glazed
project folderRun:
gradlew.bat build
Gradle will download dependencies and compile the addon. This may take a few minutes on first run.
π Step 3: Locate the Output File
After the build completes, go to:
Glazed\build\libs\
Youβll find a file like:
glazed-<version>.jar
π Step 4: Install in Minecraft
Move the
.jar
file to your.minecraft/mods
folder:%appdata%.minecraft\mods
Then drag it to the mods folder and there you have it a compiled version of glazed
Last updated
Was this helpful?