-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
maucon edited this page Apr 13, 2026
·
9 revisions
- Install Fabric Loader
- Download Fabric API
- Download MCEndgame from Releases, Modrinth or CurseForge
- Download all required dependencies
- Place all
.jarfiles into your mods folder - Launch the game
Ensure that all components are compatible for the Minecraft Version you want to use
| Dependency | Purpose |
|---|---|
| Fabric Loader | - |
| Fabric API | - |
| Fabric Language Kotlin | Enable Kotlin |
| Fantasy | Creation of temporary dimensions |
| Geckolib | Custom Entities and Animations |
See used version in the project README
If you want to build the mod yourself and potencially make modifications you can:
- Clone the repository:
git clone https://github.com/maucon/MCEndgame-fabric.git- Build the mod:
cd MCEndgame-fabric
./gradlew buildThe built mod .jar will be in build/libs/.
Note: Building the project requires a valid GitHub token with
read:packagespermission, provided via theGITHUB_PACKAGES_TOKENenvironment variable, along with your GitHub username set inGITHUB_PACKAGES_NAME; or directly update the build.gradle.
Join the Discussion section if you have questions, or open an issue if anything is unclear or needs improvement.
Some wiki pages are AI-generated right now, will improve it progressively