Skip to content

Getting Started

maucon edited this page Apr 13, 2026 · 9 revisions

Installation

  1. Install Fabric Loader
  2. Download Fabric API
  3. Download MCEndgame from Releases, Modrinth or CurseForge
  4. Download all required dependencies
  5. Place all .jar files into your mods folder
  6. Launch the game

Ensure that all components are compatible for the Minecraft Version you want to use

Dependencies

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

Building from Source󠀁󠀰󠁿

If you want to build the mod yourself and potencially make modifications you can:

  1. Clone the repository:
git clone https://github.com/maucon/MCEndgame-fabric.git
  1. Build the mod:
cd MCEndgame-fabric
./gradlew build

The built mod .jar will be in build/libs/.

Note: Building requires a valid GitHub PAT with the read:packages permission. You need to set MAUCONFRAMEWORK_REPO_KEY as an environment variable or directly update the build.gradle.

Clone this wiki locally