-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
maucon edited this page Apr 13, 2026
·
9 revisions
#ä Installation
- 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 requires a valid GitHub PAT with the
read:packagespermission. You need to setMAUCONFRAMEWORK_REPO_KEYas an environment variable 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